Color Hex Logo

#ae228a Color Hex

#AE228A
(174,34,138)
0 Favorites   0 Comments

Color spaces of #ae228a

RGB 17434138
HSL0.880.670.41
HSV315°80°68°
CMYK 0.000.800.21   0.32
XYZ22.615011.977725.1647
Yxy11.97770.37840.2004
Hunter Lab34.608856.0747-18.8847
CIE-Lab41.180763.3611-24.1492

#ae228a color RGB value is (174,34,138).

#ae228a hex color red value is 174, green value is 34 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae228a hue: 0.88 , saturation: 0.67 and the lightness value of ae228a is 0.41.

The process color (four color CMYK) of #ae228a color hex is 0.00, 0.80, 0.21, 0.32. Web safe color of #ae228a is #993399. Color #ae228a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 10001010
Octal 256 42 212
Decimal 174 34 138
Hex AE 22 8A

RGB Percentages of Color #ae228a

%50.29
%9.83
%39.88

CMYK Percentages of Color #ae228a

%0
%80
%21
%32

Triadic Colors of #ae228a

#ae228a #8aae22 #228aae

Analogous Colors of #ae228a

#ae228a #ae2244 #8c22ae

Monochromatic Colors of #ae228a

#ae228a

Complementary Color

#ae228a #22ae46

#ae228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae228a Color CSS Codes

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

#ae228a Text Font Color

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

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


#ae228a Background Color

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

This div background color is #ae228a


#ae228a Border Color

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

This div border color is #ae228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae228a


Comments

No comments written yet.

Please login to write comment.