Color Hex Logo

#ae08ad Color Hex

#AE08AD
(174,8,173)
0 Favorites   0 Comments

Color spaces of #ae08ad

RGB 1748173
HSL0.830.910.36
HSV300°95°68°
CMYK 0.000.950.01   0.32
XYZ25.085212.189540.5658
Yxy12.18950.32230.1566
Hunter Lab34.913567.1531-44.4494
CIE-Lab41.515772.8101-44.7468

#ae08ad color RGB value is (174,8,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10101101
Octal 256 10 255
Decimal 174 8 173
Hex AE 8 AD

RGB Percentages of Color #ae08ad

%49.01
%2.25
%48.73

CMYK Percentages of Color #ae08ad

%0
%95
%1
%32

Triadic Colors of #ae08ad

#ae08ad #adae08 #08adae

Analogous Colors of #ae08ad

#ae08ad #ae085a #5c08ae

Monochromatic Colors of #ae08ad

#ae08ad

Complementary Color

#ae08ad #08ae09

#ae08ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08ad Color CSS Codes

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

#ae08ad Text Font Color

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

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


#ae08ad Background Color

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

This div background color is #ae08ad


#ae08ad Border Color

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

This div border color is #ae08ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08ad


Comments

No comments written yet.

Please login to write comment.