Color Hex Logo

#ae149b Color Hex

#AE149B
(174,20,155)
0 Favorites   0 Comments

Color spaces of #ae149b

RGB 17420155
HSL0.850.790.38
HSV307°89°68°
CMYK 0.000.890.11   0.32
XYZ23.622111.865532.0556
Yxy11.86550.34970.1757
Hunter Lab34.446362.1280-31.0626
CIE-Lab41.001668.6657-34.7704

#ae149b color RGB value is (174,20,155).

#ae149b hex color red value is 174, green value is 20 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae149b hue: 0.85 , saturation: 0.79 and the lightness value of ae149b is 0.38.

The process color (four color CMYK) of #ae149b color hex is 0.00, 0.89, 0.11, 0.32. Web safe color of #ae149b is #990099. Color #ae149b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 10011011
Octal 256 24 233
Decimal 174 20 155
Hex AE 14 9B

RGB Percentages of Color #ae149b

%49.86
%5.73
%44.41

CMYK Percentages of Color #ae149b

%0
%89
%11
%32

Triadic Colors of #ae149b

#ae149b #9bae14 #149bae

Analogous Colors of #ae149b

#ae149b #ae144e #7414ae

Monochromatic Colors of #ae149b

#ae149b

Complementary Color

#ae149b #14ae27

#ae149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae149b Color CSS Codes

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

#ae149b Text Font Color

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

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


#ae149b Background Color

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

This div background color is #ae149b


#ae149b Border Color

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

This div border color is #ae149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae149b


Comments

No comments written yet.

Please login to write comment.