Color Hex Logo

#ae09dc Color Hex

#AE09DC
(174,9,220)
0 Favorites   0 Comments

Color spaces of #ae09dc

RGB 1749220
HSL0.800.920.45
HSV287°96°86°
CMYK 0.210.960.00   0.14
XYZ30.471514.361468.8761
Yxy14.36140.26800.1263
Hunter Lab37.896477.2083-81.2310
CIE-Lab44.746880.3669-66.9493

#ae09dc color RGB value is (174,9,220).

#ae09dc hex color red value is 174, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae09dc hue: 0.80 , saturation: 0.92 and the lightness value of ae09dc is 0.45.

The process color (four color CMYK) of #ae09dc color hex is 0.21, 0.96, 0.00, 0.14. Web safe color of #ae09dc is #9900cc. Color #ae09dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 11011100
Octal 256 11 334
Decimal 174 9 220
Hex AE 9 DC

RGB Percentages of Color #ae09dc

%43.18
%2.23
%54.59

CMYK Percentages of Color #ae09dc

%21
%96
%0
%14

Triadic Colors of #ae09dc

#ae09dc #dcae09 #09dcae

Analogous Colors of #ae09dc

#ae09dc #dc09a1 #4409dc

Monochromatic Colors of #ae09dc

#ae09dc

Complementary Color

#ae09dc #37dc09

#ae09dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae09dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae09dc Color CSS Codes

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

#ae09dc Text Font Color

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

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


#ae09dc Background Color

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

This div background color is #ae09dc


#ae09dc Border Color

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

This div border color is #ae09dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae09dc


Comments

No comments written yet.

Please login to write comment.