Color Hex Logo

#ae008f Color Hex

#AE008F
(174,0,143)
0 Favorites   0 Comments

Color spaces of #ae008f

RGB 1740143
HSL0.861.000.34
HSV311°100°68°
CMYK 0.001.000.18   0.32
XYZ22.413510.981826.9250
Yxy10.98180.37160.1821
Hunter Lab33.138862.7360-24.9755
CIE-Lab39.549869.4677-29.7586

#ae008f color RGB value is (174,0,143).

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

The process color (four color CMYK) of #ae008f color hex is 0.00, 1.00, 0.18, 0.32. Web safe color of #ae008f is #990099. Color #ae008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 10001111
Octal 256 0 217
Decimal 174 0 143
Hex AE 0 8F

RGB Percentages of Color #ae008f

%54.89
%0.00
%45.11

CMYK Percentages of Color #ae008f

%0
%100
%18
%32

Triadic Colors of #ae008f

#ae008f #8fae00 #008fae

Analogous Colors of #ae008f

#ae008f #ae0038 #7600ae

Monochromatic Colors of #ae008f

#ae008f

Complementary Color

#ae008f #00ae1f

#ae008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae008f Color CSS Codes

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

#ae008f Text Font Color

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

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


#ae008f Background Color

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

This div background color is #ae008f


#ae008f Border Color

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

This div border color is #ae008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae008f


Comments

No comments written yet.

Please login to write comment.