Color Hex Logo

#ae0860 Color Hex

#AE0860
(174,8,96)
0 Favorites   0 Comments

Color spaces of #ae0860

RGB 174896
HSL0.910.910.36
HSV328°95°68°
CMYK 0.000.950.45   0.32
XYZ19.653710.016911.9639
Yxy10.01690.47210.2406
Hunter Lab31.649555.4583-0.2577
CIE-Lab37.872763.4586-2.9091

#ae0860 color RGB value is (174,8,96).

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

The process color (four color CMYK) of #ae0860 color hex is 0.00, 0.95, 0.45, 0.32. Web safe color of #ae0860 is #990066. Color #ae0860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01100000
Octal 256 10 140
Decimal 174 8 96
Hex AE 8 60

RGB Percentages of Color #ae0860

%62.59
%2.88
%34.53

CMYK Percentages of Color #ae0860

%0
%95
%45
%32

Triadic Colors of #ae0860

#ae0860 #60ae08 #0860ae

Analogous Colors of #ae0860

#ae0860 #ae080d #a908ae

Monochromatic Colors of #ae0860

#ae0860

Complementary Color

#ae0860 #08ae56

#ae0860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0860 Color CSS Codes

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

#ae0860 Text Font Color

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

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


#ae0860 Background Color

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

This div background color is #ae0860


#ae0860 Border Color

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

This div border color is #ae0860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0860


Comments

No comments written yet.

Please login to write comment.