Color Hex Logo

#cd5aaa Color Hex

#CD5AAA
(205,90,170)
0 Favorites   0 Comments

Color spaces of #cd5aaa

RGB 20590170
HSL0.880.530.58
HSV318°56°80°
CMYK 0.000.560.17   0.20
XYZ36.088723.193740.6050
Yxy23.19370.36130.2322
Hunter Lab48.159849.4797-16.2773
CIE-Lab55.271354.8565-21.0767

#cd5aaa color RGB value is (205,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 10101010
Octal 315 132 252
Decimal 205 90 170
Hex CD 5A AA

RGB Percentages of Color #cd5aaa

%44.09
%19.35
%36.56

CMYK Percentages of Color #cd5aaa

%0
%56
%17
%20

Triadic Colors of #cd5aaa

#cd5aaa #aacd5a #5aaacd

Analogous Colors of #cd5aaa

#cd5aaa #cd5a71 #b75acd

Monochromatic Colors of #cd5aaa

#cd5aaa

Complementary Color

#cd5aaa #5acd7d

#cd5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aaa Color CSS Codes

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

#cd5aaa Text Font Color

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

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


#cd5aaa Background Color

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

This div background color is #cd5aaa


#cd5aaa Border Color

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

This div border color is #cd5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aaa


Comments

No comments written yet.

Please login to write comment.