Color Hex Logo

#ae129b Color Hex

#AE129B
(174,18,155)
0 Favorites   0 Comments

Color spaces of #ae129b

RGB 17418155
HSL0.850.810.38
HSV307°90°68°
CMYK 0.000.900.11   0.32
XYZ23.588311.797832.0443
Yxy11.79780.34980.1750
Hunter Lab34.347962.4753-31.2700
CIE-Lab40.892968.9838-34.9420

#ae129b color RGB value is (174,18,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 10011011
Octal 256 22 233
Decimal 174 18 155
Hex AE 12 9B

RGB Percentages of Color #ae129b

%50.14
%5.19
%44.67

CMYK Percentages of Color #ae129b

%0
%90
%11
%32

Triadic Colors of #ae129b

#ae129b #9bae12 #129bae

Analogous Colors of #ae129b

#ae129b #ae124d #7312ae

Monochromatic Colors of #ae129b

#ae129b

Complementary Color

#ae129b #12ae25

#ae129b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae129b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae129b Color CSS Codes

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

#ae129b Text Font Color

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

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


#ae129b Background Color

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

This div background color is #ae129b


#ae129b Border Color

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

This div border color is #ae129b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae129b


Comments

No comments written yet.

Please login to write comment.