Color Hex Logo

#ae028e Color Hex

#AE028E
(174,2,142)
0 Favorites   0 Comments

Color spaces of #ae028e

RGB 1742142
HSL0.860.980.35
HSV311°99°68°
CMYK 0.000.990.18   0.32
XYZ22.359810.995126.5350
Yxy10.99510.37330.1836
Hunter Lab33.158962.3387-24.2349
CIE-Lab39.572269.1242-29.1109

#ae028e color RGB value is (174,2,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 10001110
Octal 256 2 216
Decimal 174 2 142
Hex AE 2 8E

RGB Percentages of Color #ae028e

%54.72
%0.63
%44.65

CMYK Percentages of Color #ae028e

%0
%99
%18
%32

Triadic Colors of #ae028e

#ae028e #8eae02 #028eae

Analogous Colors of #ae028e

#ae028e #ae0238 #7802ae

Monochromatic Colors of #ae028e

#ae028e

Complementary Color

#ae028e #02ae22

#ae028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae028e Color CSS Codes

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

#ae028e Text Font Color

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

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


#ae028e Background Color

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

This div background color is #ae028e


#ae028e Border Color

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

This div border color is #ae028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae028e


Comments

No comments written yet.

Please login to write comment.