Color Hex Logo

#cd68dd Color Hex

#CD68DD
(205,104,221)
0 Favorites   0 Comments

Color spaces of #cd68dd

RGB 205104221
HSL0.810.630.64
HSV292°53°87°
CMYK 0.070.530.00   0.13
XYZ43.178328.100271.5548
Yxy28.10020.30230.1967
Hunter Lab53.009652.6280-42.9256
CIE-Lab59.979256.8703-42.8841

#cd68dd color RGB value is (205,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 11011101
Octal 315 150 335
Decimal 205 104 221
Hex CD 68 DD

RGB Percentages of Color #cd68dd

%38.68
%19.62
%41.70

CMYK Percentages of Color #cd68dd

%7
%53
%0
%13

Triadic Colors of #cd68dd

#cd68dd #ddcd68 #68ddcd

Analogous Colors of #cd68dd

#cd68dd #dd68b3 #9368dd

Monochromatic Colors of #cd68dd

#cd68dd

Complementary Color

#cd68dd #78dd68

#cd68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd68dd Color CSS Codes

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

#cd68dd Text Font Color

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

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


#cd68dd Background Color

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

This div background color is #cd68dd


#cd68dd Border Color

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

This div border color is #cd68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd68dd


Comments

No comments written yet.

Please login to write comment.