COLOR #AE2368

HEX: #AE2368
RGB: (174,35,104)

Color info

#AE2368 contains mainly red color. Web safe color of #AE2368 is #993366 (or #936).

RGB color model

#AE2368 color RGB value is (174,35,104).

  • red value is 174;
  • green value is 35;
  • blue value is 104.
RGB:
(174,35,104)
(68%,14%,41%)

RGB channels and saturation

R 174 of 255 = 68%
G 35 of 255 = 14%
B 104 of 255 = 41%

174
35
104

R + G + B ~ 41%. #AE2368 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 35 + 104 = 313 (100%)
R 174 of 313 ~ 55.59%
G 35 of 313 ~ 11.18%
B 104 of 313 ~ 33.23%

%55.59
%11.18
%33.23

CMYK color model

#AE2368 color CMYK value is (0,80,40,32).

  • cyan value is 0.00%
  • magenta value is 79.89%
  • yellow value is 40.23%
  • key color value is 31.76%
CMYK:
(0,80,40,32)
C0M80Y40K32 
(0%,80%,40%,32%)
(0.00/0.80/0.40/0.32)	

CMYK percentages

%0
%79.89
%40.23
%31.76

Codes

Color #AE2368 in popluar color models

AE2368
RGB17435104
HSL330°66.51%40.98%
HSB/HSV330°79.89%68.24%
CMYK0.00%79.89%40.23%
31.76%

Color #AE2368 in popluar number systems.

HEXAE2368
Decimal17435104
Binary101011101000111101000
Octal25643150

Shades and tints

Shades of #AE2368

#AE2368
(174,35,104)
#9F205F
(159,32,95)
#901D56
(144,29,86)
#811A4D
(129,26,77)
#721744
(114,23,68)
#63143B
(99,20,59)
#541132
(84,17,50)
#450E29
(69,14,41)
#360B20
(54,11,32)
#270817
(39,8,23)
#18050E
(24,5,14)
#000000
(0,0,0)

Tints of #AE2368

#AE2368
(174,35,104)
#B53775
(181,55,117)
#BC4B82
(188,75,130)
#C35F8F
(195,95,143)
#CA739C
(202,115,156)
#D187A9
(209,135,169)
#D89BB6
(216,155,182)
#DFAFC3
(223,175,195)
#E6C3D0
(230,195,208)
#EDD7DD
(237,215,221)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2368 color. Also use rgb(174,35,104) instead hex code.

Text Font Color

.myTextColor { color: #AE2368; }

<p style="color:#AE2368">This sample text font color is #AE2368.</p>

This text font color is #AE2368.


Background Color

.myBgColor { background-color: #AE2368; }

<div style="background-color:#AE2368">Inner text</div>

This div background color is #AE2368.


Border color

.myBorderColor { border: 1px solid #AE2368; }

<div style="border:3px solid #AE2368">Div</div>

This div border color is #AE2368.


Opacity

.myOpacity80 { color: #AE2368; opacity: 0.8; }

<p style="color:#AE2368;opacity:0.8;">80%</p>

Text with #AE2368 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE2368;}

<p style="text-shadow: 3px 3px 1px #AE2368">Text here.</p>

This text has shadow with #AE2368 color.

.textShadow {text-shadow: 3px 3px 1px #AE2368, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE2368, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE2368 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE2368, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE2368, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE2368 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE2368;
  -webkit-box-shadow:	1px 1px 3px 2px #AE2368;
  box-shadow:		1px 1px 3px 2px #AE2368;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE2368;
-webkit-box-shadow: 1px 1px 3px 2px #AE2368;
box-shadow:1px 1px 3px 2px #AE2368;">
Div content here</div>
This div box has shadow with color #AE2368.

Preview

Color preview on black background

This text has color #AE2368 on black background.


Color preview on white background

This text has color #AE2368 on white background.



Black color preview on #AE2368 background

This text has black color on #AE2368 background.


White color preview on #AE2368 background

This text has white color on #AE2368 background.