Color Hex Logo

#cd88dc Color Hex

#CD88DC
(205,136,220)
0 Favorites   0 Comments

Color spaces of #cd88dc

RGB 205136220
HSL0.800.550.70
HSV289°38°86°
CMYK 0.070.380.00   0.14
XYZ46.899335.754872.1396
Yxy35.75480.30300.2310
Hunter Lab59.795335.3612-29.6732
CIE-Lab66.332140.2252-32.4031

#cd88dc color RGB value is (205,136,220).

#cd88dc hex color red value is 205, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cd88dc hue: 0.80 , saturation: 0.55 and the lightness value of cd88dc is 0.70.

The process color (four color CMYK) of #cd88dc color hex is 0.07, 0.38, 0.00, 0.14. Web safe color of #cd88dc is #cc99cc. Color #cd88dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 11011100
Octal 315 210 334
Decimal 205 136 220
Hex CD 88 DC

RGB Percentages of Color #cd88dc

%36.54
%24.24
%39.22

CMYK Percentages of Color #cd88dc

%7
%38
%0
%14

Triadic Colors of #cd88dc

#cd88dc #dccd88 #88dccd

Analogous Colors of #cd88dc

#cd88dc #dc88c1 #a388dc

Monochromatic Colors of #cd88dc

#cd88dc

Complementary Color

#cd88dc #97dc88

#cd88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd88dc Color CSS Codes

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

#cd88dc Text Font Color

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

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


#cd88dc Background Color

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

This div background color is #cd88dc


#cd88dc Border Color

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

This div border color is #cd88dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd88dc


Comments

No comments written yet.

Please login to write comment.