Color Hex Logo

#ae005f Color Hex

#AE005F
(174,0,95)
0 Favorites   0 Comments

Color spaces of #ae005f

RGB 174095
HSL0.911.000.34
HSV327°100°68°
CMYK 0.001.000.45   0.32
XYZ19.52119.824911.6940
Yxy9.82490.47570.2394
Hunter Lab31.344756.3144-0.1785
CIE-Lab37.526364.2853-2.7805

#ae005f color RGB value is (174,0,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 01011111
Octal 256 0 137
Decimal 174 0 95
Hex AE 0 5F

RGB Percentages of Color #ae005f

%64.68
%0.00
%35.32

CMYK Percentages of Color #ae005f

%0
%100
%45
%32

Triadic Colors of #ae005f

#ae005f #5fae00 #005fae

Analogous Colors of #ae005f

#ae005f #ae0008 #a600ae

Monochromatic Colors of #ae005f

#ae005f

Complementary Color

#ae005f #00ae4f

#ae005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae005f Color CSS Codes

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

#ae005f Text Font Color

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

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


#ae005f Background Color

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

This div background color is #ae005f


#ae005f Border Color

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

This div border color is #ae005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae005f


Comments

No comments written yet.

Please login to write comment.