Color Hex Logo

#ae2dcc Color Hex

#AE2DCC
(174,45,204)
0 Favorites   0 Comments

Color spaces of #ae2dcc

RGB 17445204
HSL0.800.640.49
HSV289°78°80°
CMYK 0.150.780.00   0.20
XYZ29.293015.235158.5235
Yxy15.23510.28430.1478
Hunter Lab39.032265.6550-61.5749
CIE-Lab45.954570.6915-55.7941

#ae2dcc color RGB value is (174,45,204).

#ae2dcc hex color red value is 174, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae2dcc hue: 0.80 , saturation: 0.64 and the lightness value of ae2dcc is 0.49.

The process color (four color CMYK) of #ae2dcc color hex is 0.15, 0.78, 0.00, 0.20. Web safe color of #ae2dcc is #9933cc. Color #ae2dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11001100
Octal 256 55 314
Decimal 174 45 204
Hex AE 2D CC

RGB Percentages of Color #ae2dcc

%41.13
%10.64
%48.23

CMYK Percentages of Color #ae2dcc

%15
%78
%0
%20

Triadic Colors of #ae2dcc

#ae2dcc #ccae2d #2dccae

Analogous Colors of #ae2dcc

#ae2dcc #cc2d9b #5f2dcc

Monochromatic Colors of #ae2dcc

#ae2dcc

Complementary Color

#ae2dcc #4bcc2d

#ae2dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dcc Color CSS Codes

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

#ae2dcc Text Font Color

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

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


#ae2dcc Background Color

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

This div background color is #ae2dcc


#ae2dcc Border Color

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

This div border color is #ae2dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dcc


Comments

No comments written yet.

Please login to write comment.