color codes Logo

#ae066f color codes

#AE066F
(174,6,111)
0 Favorites   0 Comments

Color spaces of #ae066f

RGB 1746111
HSL0.900.930.35
HSV323°97°68°
CMYK 0.000.970.36   0.32
XYZ20.389910.276615.9478
Yxy10.27660.43740.2205
Hunter Lab32.057157.4347-7.0556
CIE-Lab38.334365.1155-11.7451

#ae066f color RGB value is (174,6,111).

#ae066f hex color red value is 174, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae066f hue: 0.90 , saturation: 0.93 and the lightness value of ae066f is 0.35.

The process color (four color CMYK) of #ae066f color code is 0.00, 0.97, 0.36, 0.32. Web safe color of #ae066f is #990066. Color #ae066f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 01101111
Octal 256 6 157
Decimal 174 6 111
Hex AE 6 6F

RGB Percentages of Color #ae066f

%59.79
%2.06
%38.14

CMYK Percentages of Color #ae066f

%0
%97
%36
%32

Triadic Colors of #ae066f

#ae066f #6fae06 #066fae

Analogous Colors of #ae066f

#ae066f #ae061b #9906ae

Monochromatic Colors of #ae066f

#ae066f

Complementary Color

#ae066f #06ae45

#ae066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae066f Color CSS Codes

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

#ae066f Text Font Color

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

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


#ae066f Background Color

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

This div background color is #ae066f


#ae066f Border Color

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

This div border color is #ae066f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae066f


Comments

No comments written yet.

Please login to write comment.