Color Hex Logo

#cd68cc Color Hex

#CD68CC
(205,104,204)
0 Favorites   0 Comments

Color spaces of #cd68cc

RGB 205104204
HSL0.830.500.61
HSV301°49°80°
CMYK 0.000.490.00   0.20
XYZ41.026227.239460.2221
Yxy27.23940.31930.2120
Hunter Lab52.191448.9790-31.8790
CIE-Lab59.195353.7541-34.5235

#cd68cc color RGB value is (205,104,204).

#cd68cc hex color red value is 205, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd68cc hue: 0.83 , saturation: 0.50 and the lightness value of cd68cc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 11001100
Octal 315 150 314
Decimal 205 104 204
Hex CD 68 CC

RGB Percentages of Color #cd68cc

%39.96
%20.27
%39.77

CMYK Percentages of Color #cd68cc

%0
%49
%0
%20

Triadic Colors of #cd68cc

#cd68cc #cccd68 #68cccd

Analogous Colors of #cd68cc

#cd68cc #cd689a #9c68cd

Monochromatic Colors of #cd68cc

#cd68cc

Complementary Color

#cd68cc #68cd69

#cd68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd68cc Color CSS Codes

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

#cd68cc Text Font Color

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

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


#cd68cc Background Color

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

This div background color is #cd68cc


#cd68cc Border Color

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

This div border color is #cd68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd68cc


Comments

No comments written yet.

Please login to write comment.