Color Hex Logo

#ae2dcd Color Hex

#AE2DCD
(174,45,205)
0 Favorites   0 Comments

Color spaces of #ae2dcd

RGB 17445205
HSL0.800.640.49
HSV288°78°80°
CMYK 0.150.780.00   0.20
XYZ29.413415.283259.1573
Yxy15.28320.28320.1472
Hunter Lab39.093765.8861-62.3530
CIE-Lab46.019770.8728-56.2668

#ae2dcd color RGB value is (174,45,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11001101
Octal 256 55 315
Decimal 174 45 205
Hex AE 2D CD

RGB Percentages of Color #ae2dcd

%41.04
%10.61
%48.35

CMYK Percentages of Color #ae2dcd

%15
%78
%0
%20

Triadic Colors of #ae2dcd

#ae2dcd #cdae2d #2dcdae

Analogous Colors of #ae2dcd

#ae2dcd #cd2d9c #5e2dcd

Monochromatic Colors of #ae2dcd

#ae2dcd

Complementary Color

#ae2dcd #4ccd2d

#ae2dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dcd Color CSS Codes

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

#ae2dcd Text Font Color

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

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


#ae2dcd Background Color

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

This div background color is #ae2dcd


#ae2dcd Border Color

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

This div border color is #ae2dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dcd


Comments

No comments written yet.

Please login to write comment.