Color Hex Logo

#ae217c Color Hex

#AE217C
(174,33,124)
0 Favorites   0 Comments

Color spaces of #ae217c

RGB 17433124
HSL0.890.680.41
HSV321°81°68°
CMYK 0.000.810.29   0.32
XYZ21.637511.541620.1561
Yxy11.54160.40570.2164
Hunter Lab33.972954.2348-11.3956
CIE-Lab40.478161.8596-16.6084

#ae217c color RGB value is (174,33,124).

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

The process color (four color CMYK) of #ae217c color hex is 0.00, 0.81, 0.29, 0.32. Web safe color of #ae217c is #993366. Color #ae217c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01111100
Octal 256 41 174
Decimal 174 33 124
Hex AE 21 7C

RGB Percentages of Color #ae217c

%52.57
%9.97
%37.46

CMYK Percentages of Color #ae217c

%0
%81
%29
%32

Triadic Colors of #ae217c

#ae217c #7cae21 #217cae

Analogous Colors of #ae217c

#ae217c #ae2136 #9a21ae

Monochromatic Colors of #ae217c

#ae217c

Complementary Color

#ae217c #21ae53

#ae217c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae217c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae217c Color CSS Codes

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

#ae217c Text Font Color

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

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


#ae217c Background Color

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

This div background color is #ae217c


#ae217c Border Color

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

This div border color is #ae217c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae217c


Comments

No comments written yet.

Please login to write comment.