Color Hex Logo

#ae209d Color Hex

#AE209D
(174,32,157)
0 Favorites   0 Comments

Color spaces of #ae209d

RGB 17432157
HSL0.850.690.40
HSV307°82°68°
CMYK 0.000.820.10   0.32
XYZ24.057912.466033.0365
Yxy12.46600.34590.1792
Hunter Lab35.307259.8400-30.7618
CIE-Lab41.947466.5103-34.4831

#ae209d color RGB value is (174,32,157).

#ae209d hex color red value is 174, green value is 32 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ae209d hue: 0.85 , saturation: 0.69 and the lightness value of ae209d is 0.40.

The process color (four color CMYK) of #ae209d color hex is 0.00, 0.82, 0.10, 0.32. Web safe color of #ae209d is #993399. Color #ae209d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 10011101
Octal 256 40 235
Decimal 174 32 157
Hex AE 20 9D

RGB Percentages of Color #ae209d

%47.93
%8.82
%43.25

CMYK Percentages of Color #ae209d

%0
%82
%10
%32

Triadic Colors of #ae209d

#ae209d #9dae20 #209dae

Analogous Colors of #ae209d

#ae209d #ae2056 #7820ae

Monochromatic Colors of #ae209d

#ae209d

Complementary Color

#ae209d #20ae31

#ae209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae209d Color CSS Codes

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

#ae209d Text Font Color

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

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


#ae209d Background Color

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

This div background color is #ae209d


#ae209d Border Color

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

This div border color is #ae209d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae209d


Comments

No comments written yet.

Please login to write comment.