Color Hex Logo

#ae08ac Color Hex

#AE08AC
(174,8,172)
0 Favorites   0 Comments

Color spaces of #ae08ac

RGB 1748172
HSL0.840.910.36
HSV301°95°68°
CMYK 0.000.950.01   0.32
XYZ24.988812.150940.0580
Yxy12.15090.32370.1574
Hunter Lab34.858166.9598-43.7337
CIE-Lab41.455072.6607-44.2486

#ae08ac color RGB value is (174,8,172).

#ae08ac hex color red value is 174, green value is 8 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae08ac hue: 0.84 , saturation: 0.91 and the lightness value of ae08ac is 0.36.

The process color (four color CMYK) of #ae08ac color hex is 0.00, 0.95, 0.01, 0.32. Web safe color of #ae08ac is #990099. Color #ae08ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10101100
Octal 256 10 254
Decimal 174 8 172
Hex AE 8 AC

RGB Percentages of Color #ae08ac

%49.15
%2.26
%48.59

CMYK Percentages of Color #ae08ac

%0
%95
%1
%32

Triadic Colors of #ae08ac

#ae08ac #acae08 #08acae

Analogous Colors of #ae08ac

#ae08ac #ae0859 #5d08ae

Monochromatic Colors of #ae08ac

#ae08ac

Complementary Color

#ae08ac #08ae0a

#ae08ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08ac Color CSS Codes

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

#ae08ac Text Font Color

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

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


#ae08ac Background Color

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

This div background color is #ae08ac


#ae08ac Border Color

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

This div border color is #ae08ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08ac


Comments

No comments written yet.

Please login to write comment.