Color Hex Logo

#cd5dca Color Hex

#CD5DCA
(205,93,202)
0 Favorites   0 Comments

Color spaces of #cd5dca

RGB 20593202
HSL0.840.530.58
HSV302°55°80°
CMYK 0.000.550.01   0.20
XYZ39.751925.072158.6214
Yxy25.07210.32200.2031
Hunter Lab50.072054.0840-34.3628
CIE-Lab57.145658.6353-36.5898

#cd5dca color RGB value is (205,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11001010
Octal 315 135 312
Decimal 205 93 202
Hex CD 5D CA

RGB Percentages of Color #cd5dca

%41.00
%18.60
%40.40

CMYK Percentages of Color #cd5dca

%0
%55
%1
%20

Triadic Colors of #cd5dca

#cd5dca #cacd5d #5dcacd

Analogous Colors of #cd5dca

#cd5dca #cd5d92 #985dcd

Monochromatic Colors of #cd5dca

#cd5dca

Complementary Color

#cd5dca #5dcd60

#cd5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dca Color CSS Codes

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

#cd5dca Text Font Color

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

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


#cd5dca Background Color

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

This div background color is #cd5dca


#cd5dca Border Color

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

This div border color is #cd5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dca


Comments

No comments written yet.

Please login to write comment.