Color Hex Logo

#cd88cc Color Hex

#CD88CC
(205,136,204)
0 Favorites   0 Comments

Color spaces of #cd88cc

RGB 205136204
HSL0.840.410.67
HSV301°34°80°
CMYK 0.000.340.00   0.20
XYZ44.880134.947161.5068
Yxy34.94710.31750.2473
Hunter Lab59.116132.0616-20.3065
CIE-Lab65.707537.1641-24.4548

#cd88cc color RGB value is (205,136,204).

#cd88cc hex color red value is 205, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd88cc hue: 0.84 , saturation: 0.41 and the lightness value of cd88cc is 0.67.

The process color (four color CMYK) of #cd88cc color hex is 0.00, 0.34, 0.00, 0.20. Web safe color of #cd88cc is #cc99cc. Color #cd88cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 11001100
Octal 315 210 314
Decimal 205 136 204
Hex CD 88 CC

RGB Percentages of Color #cd88cc

%37.61
%24.95
%37.43

CMYK Percentages of Color #cd88cc

%0
%34
%0
%20

Triadic Colors of #cd88cc

#cd88cc #cccd88 #88cccd

Analogous Colors of #cd88cc

#cd88cc #cd88aa #ac88cd

Monochromatic Colors of #cd88cc

#cd88cc

Complementary Color

#cd88cc #88cd89

#cd88cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd88cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd88cc Color CSS Codes

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

#cd88cc Text Font Color

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

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


#cd88cc Background Color

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

This div background color is #cd88cc


#cd88cc Border Color

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

This div border color is #cd88cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd88cc


Comments

No comments written yet.

Please login to write comment.