Color Hex Logo

#cd5aae Color Hex

#CD5AAE
(205,90,174)
0 Favorites   0 Comments

Color spaces of #cd5aae

RGB 20590174
HSL0.880.530.58
HSV316°56°80°
CMYK 0.000.560.15   0.20
XYZ36.473023.347542.6286
Yxy23.34750.35600.2279
Hunter Lab48.319350.1791-18.4838
CIE-Lab55.428555.4596-23.1584

#cd5aae color RGB value is (205,90,174).

#cd5aae hex color red value is 205, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cd5aae hue: 0.88 , saturation: 0.53 and the lightness value of cd5aae is 0.58.

The process color (four color CMYK) of #cd5aae color hex is 0.00, 0.56, 0.15, 0.20. Web safe color of #cd5aae is #cc6699. Color #cd5aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 10101110
Octal 315 132 256
Decimal 205 90 174
Hex CD 5A AE

RGB Percentages of Color #cd5aae

%43.71
%19.19
%37.10

CMYK Percentages of Color #cd5aae

%0
%56
%15
%20

Triadic Colors of #cd5aae

#cd5aae #aecd5a #5aaecd

Analogous Colors of #cd5aae

#cd5aae #cd5a75 #b35acd

Monochromatic Colors of #cd5aae

#cd5aae

Complementary Color

#cd5aae #5acd79

#cd5aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aae Color CSS Codes

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

#cd5aae Text Font Color

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

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


#cd5aae Background Color

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

This div background color is #cd5aae


#cd5aae Border Color

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

This div border color is #cd5aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aae


Comments

No comments written yet.

Please login to write comment.