Color Hex Logo

#ae3dcd Color Hex

#AE3DCD
(174,61,205)
0 Favorites   0 Comments

Color spaces of #ae3dcd

RGB 17461205
HSL0.800.590.52
HSV287°70°80°
CMYK 0.150.700.00   0.20
XYZ30.143716.743959.4008
Yxy16.74390.28360.1575
Hunter Lab40.919359.8854-57.4252
CIE-Lab47.935765.3902-53.1868

#ae3dcd color RGB value is (174,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111101 11001101
Octal 256 75 315
Decimal 174 61 205
Hex AE 3D CD

RGB Percentages of Color #ae3dcd

%39.55
%13.86
%46.59

CMYK Percentages of Color #ae3dcd

%15
%70
%0
%20

Triadic Colors of #ae3dcd

#ae3dcd #cdae3d #3dcdae

Analogous Colors of #ae3dcd

#ae3dcd #cd3da4 #663dcd

Monochromatic Colors of #ae3dcd

#ae3dcd

Complementary Color

#ae3dcd #5ccd3d

#ae3dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3dcd Color CSS Codes

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

#ae3dcd Text Font Color

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

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


#ae3dcd Background Color

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

This div background color is #ae3dcd


#ae3dcd Border Color

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

This div border color is #ae3dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3dcd


Comments

No comments written yet.

Please login to write comment.