Color Hex Logo

#cd5dcd Color Hex

#CD5DCD
(205,93,205)
0 Favorites   0 Comments

Color spaces of #cd5dcd

RGB 20593205
HSL0.830.530.58
HSV300°55°80°
CMYK 0.000.550.00   0.20
XYZ40.110625.215660.5106
Yxy25.21560.31880.2004
Hunter Lab50.215154.7049-36.2955
CIE-Lab57.284959.1563-38.0790

#cd5dcd color RGB value is (205,93,205).

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

The process color (four color CMYK) of #cd5dcd color hex is 0.00, 0.55, 0.00, 0.20. Web safe color of #cd5dcd is #cc66cc. Color #cd5dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11001101
Octal 315 135 315
Decimal 205 93 205
Hex CD 5D CD

RGB Percentages of Color #cd5dcd

%40.76
%18.49
%40.76

CMYK Percentages of Color #cd5dcd

%0
%55
%0
%20

Triadic Colors of #cd5dcd

#cd5dcd #cdcd5d #5dcdcd

Analogous Colors of #cd5dcd

#cd5dcd #cd5d95 #955dcd

Monochromatic Colors of #cd5dcd

#cd5dcd

Complementary Color

#cd5dcd #5dcd5d

#cd5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dcd Color CSS Codes

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

#cd5dcd Text Font Color

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

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


#cd5dcd Background Color

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

This div background color is #cd5dcd


#cd5dcd Border Color

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

This div border color is #cd5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dcd


Comments

No comments written yet.

Please login to write comment.