Color Hex Logo

#cd60dd Color Hex

#CD60DD
(205,96,221)
0 Favorites   0 Comments

Color spaces of #cd60dd

RGB 20596221
HSL0.810.650.62
HSV292°57°87°
CMYK 0.070.570.00   0.13
XYZ42.410926.565371.2989
Yxy26.56530.30230.1894
Hunter Lab51.541556.6809-45.9385
CIE-Lab58.569860.6545-45.1065

#cd60dd color RGB value is (205,96,221).

#cd60dd hex color red value is 205, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd60dd hue: 0.81 , saturation: 0.65 and the lightness value of cd60dd is 0.62.

The process color (four color CMYK) of #cd60dd color hex is 0.07, 0.57, 0.00, 0.13. Web safe color of #cd60dd is #cc66cc. Color #cd60dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100000 11011101
Octal 315 140 335
Decimal 205 96 221
Hex CD 60 DD

RGB Percentages of Color #cd60dd

%39.27
%18.39
%42.34

CMYK Percentages of Color #cd60dd

%7
%57
%0
%13

Triadic Colors of #cd60dd

#cd60dd #ddcd60 #60ddcd

Analogous Colors of #cd60dd

#cd60dd #dd60af #8f60dd

Monochromatic Colors of #cd60dd

#cd60dd

Complementary Color

#cd60dd #70dd60

#cd60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd60dd Color CSS Codes

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

#cd60dd Text Font Color

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

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


#cd60dd Background Color

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

This div background color is #cd60dd


#cd60dd Border Color

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

This div border color is #cd60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd60dd


Comments

No comments written yet.

Please login to write comment.