Color Hex Logo

#ae0066 Color Hex

#AE0066
(174,0,102)
0 Favorites   0 Comments

Color spaces of #ae0066

RGB 1740102
HSL0.901.000.34
HSV325°100°68°
CMYK 0.001.000.41   0.32
XYZ19.85389.958013.4460
Yxy9.95800.45900.2302
Hunter Lab31.556357.0806-3.1738
CIE-Lab37.766964.9146-6.8942

#ae0066 color RGB value is (174,0,102).

#ae0066 hex color red value is 174, green value is 0 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ae0066 hue: 0.90 , saturation: 1.00 and the lightness value of ae0066 is 0.34.

The process color (four color CMYK) of #ae0066 color hex is 0.00, 1.00, 0.41, 0.32. Web safe color of #ae0066 is #990066. Color #ae0066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 01100110
Octal 256 0 146
Decimal 174 0 102
Hex AE 0 66

RGB Percentages of Color #ae0066

%63.04
%0.00
%36.96

CMYK Percentages of Color #ae0066

%0
%100
%41
%32

Triadic Colors of #ae0066

#ae0066 #66ae00 #0066ae

Analogous Colors of #ae0066

#ae0066 #ae000f #9f00ae

Monochromatic Colors of #ae0066

#ae0066

Complementary Color

#ae0066 #00ae48

#ae0066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0066 Color CSS Codes

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

#ae0066 Text Font Color

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

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


#ae0066 Background Color

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

This div background color is #ae0066


#ae0066 Border Color

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

This div border color is #ae0066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0066


Comments

No comments written yet.

Please login to write comment.