Color Hex Logo

#ae217d Color Hex

#AE217D
(174,33,125)
0 Favorites   0 Comments

Color spaces of #ae217d

RGB 17433125
HSL0.890.680.41
HSV321°81°68°
CMYK 0.000.810.28   0.32
XYZ21.701111.567120.4909
Yxy11.56710.40370.2152
Hunter Lab34.010454.3775-11.9142
CIE-Lab40.519761.9792-17.1644

#ae217d color RGB value is (174,33,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01111101
Octal 256 41 175
Decimal 174 33 125
Hex AE 21 7D

RGB Percentages of Color #ae217d

%52.41
%9.94
%37.65

CMYK Percentages of Color #ae217d

%0
%81
%28
%32

Triadic Colors of #ae217d

#ae217d #7dae21 #217dae

Analogous Colors of #ae217d

#ae217d #ae2136 #9921ae

Monochromatic Colors of #ae217d

#ae217d

Complementary Color

#ae217d #21ae52

#ae217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae217d Color CSS Codes

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

#ae217d Text Font Color

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

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


#ae217d Background Color

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

This div background color is #ae217d


#ae217d Border Color

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

This div border color is #ae217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae217d


Comments

No comments written yet.

Please login to write comment.