Color Hex Logo

#ae218a Color Hex

#AE218A
(174,33,138)
0 Favorites   0 Comments

Color spaces of #ae218a

RGB 17433138
HSL0.880.680.41
HSV315°81°68°
CMYK 0.000.810.21   0.32
XYZ22.586911.921425.1553
Yxy11.92140.37860.1998
Hunter Lab34.527456.3471-19.0272
CIE-Lab41.090963.6195-24.2886

#ae218a color RGB value is (174,33,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 10001010
Octal 256 41 212
Decimal 174 33 138
Hex AE 21 8A

RGB Percentages of Color #ae218a

%50.43
%9.57
%40.00

CMYK Percentages of Color #ae218a

%0
%81
%21
%32

Triadic Colors of #ae218a

#ae218a #8aae21 #218aae

Analogous Colors of #ae218a

#ae218a #ae2144 #8c21ae

Monochromatic Colors of #ae218a

#ae218a

Complementary Color

#ae218a #21ae45

#ae218a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae218a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae218a Color CSS Codes

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

#ae218a Text Font Color

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

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


#ae218a Background Color

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

This div background color is #ae218a


#ae218a Border Color

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

This div border color is #ae218a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae218a


Comments

No comments written yet.

Please login to write comment.