Color Hex Logo

#ae028a Color Hex

#AE028A
(174,2,138)
0 Favorites   0 Comments

Color spaces of #ae028a

RGB 1742138
HSL0.870.980.35
HSV313°99°68°
CMYK 0.000.990.21   0.32
XYZ22.064710.877124.9813
Yxy10.87710.38090.1878
Hunter Lab32.980461.7049-21.8234
CIE-Lab39.372768.6203-26.9675

#ae028a color RGB value is (174,2,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 10001010
Octal 256 2 212
Decimal 174 2 138
Hex AE 2 8A

RGB Percentages of Color #ae028a

%55.41
%0.64
%43.95

CMYK Percentages of Color #ae028a

%0
%99
%21
%32

Triadic Colors of #ae028a

#ae028a #8aae02 #028aae

Analogous Colors of #ae028a

#ae028a #ae0234 #7c02ae

Monochromatic Colors of #ae028a

#ae028a

Complementary Color

#ae028a #02ae26

#ae028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae028a Color CSS Codes

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

#ae028a Text Font Color

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

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


#ae028a Background Color

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

This div background color is #ae028a


#ae028a Border Color

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

This div border color is #ae028a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae028a


Comments

No comments written yet.

Please login to write comment.