Color Hex Logo

#ae025f Color Hex

#AE025F
(174,2,95)
0 Favorites   0 Comments

Color spaces of #ae025f

RGB 174295
HSL0.910.980.35
HSV328°99°68°
CMYK 0.000.990.45   0.32
XYZ19.54289.868311.7012
Yxy9.86830.47540.2400
Hunter Lab31.413956.0720-0.0950
CIE-Lab37.605064.0554-2.6643

#ae025f color RGB value is (174,2,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 01011111
Octal 256 2 137
Decimal 174 2 95
Hex AE 2 5F

RGB Percentages of Color #ae025f

%64.21
%0.74
%35.06

CMYK Percentages of Color #ae025f

%0
%99
%45
%32

Triadic Colors of #ae025f

#ae025f #5fae02 #025fae

Analogous Colors of #ae025f

#ae025f #ae0209 #a702ae

Monochromatic Colors of #ae025f

#ae025f

Complementary Color

#ae025f #02ae51

#ae025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae025f Color CSS Codes

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

#ae025f Text Font Color

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

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


#ae025f Background Color

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

This div background color is #ae025f


#ae025f Border Color

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

This div border color is #ae025f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,2,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 #ae025f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae025f


Comments

No comments written yet.

Please login to write comment.