Color Hex Logo

#ae236b Color Hex

#AE236B
(174,35,107)
0 Favorites   0 Comments

Color spaces of #ae236b

RGB 17435107
HSL0.910.670.41
HSV329°80°68°
CMYK 0.000.800.39   0.32
XYZ20.710411.262314.9922
Yxy11.26230.44100.2398
Hunter Lab33.559451.4284-2.9955
CIE-Lab40.018859.4151-6.6917

#ae236b color RGB value is (174,35,107).

#ae236b hex color red value is 174, green value is 35 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae236b hue: 0.91 , saturation: 0.67 and the lightness value of ae236b is 0.41.

The process color (four color CMYK) of #ae236b color hex is 0.00, 0.80, 0.39, 0.32. Web safe color of #ae236b is #993366. Color #ae236b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 01101011
Octal 256 43 153
Decimal 174 35 107
Hex AE 23 6B

RGB Percentages of Color #ae236b

%55.06
%11.08
%33.86

CMYK Percentages of Color #ae236b

%0
%80
%39
%32

Triadic Colors of #ae236b

#ae236b #6bae23 #236bae

Analogous Colors of #ae236b

#ae236b #ae2325 #ac23ae

Monochromatic Colors of #ae236b

#ae236b

Complementary Color

#ae236b #23ae66

#ae236b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae236b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae236b Color CSS Codes

.mybgcolor {background-color:#ae236b; } 
.myforecolor {color:#ae236b; }
.mybordercolor {border:3px solid #ae236b; }

#ae236b Text Font Color

<p style="color:#ae236b">Text here</p>

This sample text font color is #ae236b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae236b Background Color

<div style="background-color:#ae236b">
Div content here</div>

This div background color is #ae236b


#ae236b Border Color

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

This div border color is #ae236b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,35,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae236b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae236b;
  -webkit-box-shadow: 1px 1px 3px 2px #ae236b;
  box-shadow:         1px 1px 3px 2px #ae236b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,35,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae236b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae236b;
  -webkit-box-shadow: 1px 1px 3px 2px #ae236b;
  box-shadow:         1px 1px 3px 2px #ae236b;">
Div content here</div>

This div box has shadow with color #ae236b


Comments

No comments written yet.

Please login to write comment.