color codes Logo

#ae09de color codes

#AE09DE
(174,9,222)
0 Favorites   0 Comments

Color spaces of #ae09de

RGB 1749222
HSL0.800.920.45
HSV286°96°87°
CMYK 0.220.960.00   0.13
XYZ30.738114.468070.2798
Yxy14.46800.26620.1253
Hunter Lab38.036877.6840-82.9230
CIE-Lab44.896880.7158-67.8493

#ae09de color RGB value is (174,9,222).

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

The process color (four color CMYK) of #ae09de color code is 0.22, 0.96, 0.00, 0.13. Web safe color of #ae09de is #9900cc. Color #ae09de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 11011110
Octal 256 11 336
Decimal 174 9 222
Hex AE 9 DE

RGB Percentages of Color #ae09de

%42.96
%2.22
%54.81

CMYK Percentages of Color #ae09de

%22
%96
%0
%13

Triadic Colors of #ae09de

#ae09de #deae09 #09deae

Analogous Colors of #ae09de

#ae09de #de09a4 #4409de

Monochromatic Colors of #ae09de

#ae09de

Complementary Color

#ae09de #39de09

#ae09de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae09de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae09de Color CSS Codes

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

#ae09de Text Font Color

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

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


#ae09de Background Color

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

This div background color is #ae09de


#ae09de Border Color

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

This div border color is #ae09de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae09de


Comments

No comments written yet.

Please login to write comment.