Color Hex Logo

#ae156b Color Hex

#AE156B
(174,21,107)
0 Favorites   0 Comments

Color spaces of #ae156b

RGB 17421107
HSL0.910.780.38
HSV326°88°68°
CMYK 0.000.880.39   0.32
XYZ20.377610.596514.8812
Yxy10.59650.44440.2311
Hunter Lab32.552354.7739-4.3177
CIE-Lab38.892462.6500-8.3782

#ae156b color RGB value is (174,21,107).

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

The process color (four color CMYK) of #ae156b color hex is 0.00, 0.88, 0.39, 0.32. Web safe color of #ae156b is #990066. Color #ae156b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01101011
Octal 256 25 153
Decimal 174 21 107
Hex AE 15 6B

RGB Percentages of Color #ae156b

%57.62
%6.95
%35.43

CMYK Percentages of Color #ae156b

%0
%88
%39
%32

Triadic Colors of #ae156b

#ae156b #6bae15 #156bae

Analogous Colors of #ae156b

#ae156b #ae151e #a515ae

Monochromatic Colors of #ae156b

#ae156b

Complementary Color

#ae156b #15ae58

#ae156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae156b Color CSS Codes

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

#ae156b Text Font Color

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

This sample text font color is #ae156b
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.


#ae156b Background Color

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

This div background color is #ae156b


#ae156b Border Color

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

This div border color is #ae156b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,21,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 #ae156b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae156b


Comments

No comments written yet.

Please login to write comment.