Color Hex Logo

#ae0ddc Color Hex

#AE0DDC
(174,13,220)
0 Favorites   0 Comments

Color spaces of #ae0ddc

RGB 17413220
HSL0.800.890.46
HSV287°94°86°
CMYK 0.210.940.00   0.14
XYZ30.517814.453868.8915
Yxy14.45380.26800.1269
Hunter Lab38.018276.7531-80.8248
CIE-Lab44.876879.9798-66.7379

#ae0ddc color RGB value is (174,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001101 11011100
Octal 256 15 334
Decimal 174 13 220
Hex AE D DC

RGB Percentages of Color #ae0ddc

%42.75
%3.19
%54.05

CMYK Percentages of Color #ae0ddc

%21
%94
%0
%14

Triadic Colors of #ae0ddc

#ae0ddc #dcae0d #0ddcae

Analogous Colors of #ae0ddc

#ae0ddc #dc0da3 #470ddc

Monochromatic Colors of #ae0ddc

#ae0ddc

Complementary Color

#ae0ddc #3bdc0d

#ae0ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ddc Color CSS Codes

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

#ae0ddc Text Font Color

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

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


#ae0ddc Background Color

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

This div background color is #ae0ddc


#ae0ddc Border Color

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

This div border color is #ae0ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,13,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 #ae0ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ddc


Comments

No comments written yet.

Please login to write comment.