Color Hex Logo

#cc9cdb Color Hex

#CC9CDB
(204,156,219)
0 Favorites   0 Comments

Color spaces of #cc9cdb

RGB 204156219
HSL0.790.470.74
HSV286°29°86°
CMYK 0.070.290.00   0.14
XYZ49.576541.728872.4593
Yxy41.72880.30270.2548
Hunter Lab64.597823.9461-21.2870
CIE-Lab70.683528.8486-25.1579

#cc9cdb color RGB value is (204,156,219).

#cc9cdb hex color red value is 204, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc9cdb hue: 0.79 , saturation: 0.47 and the lightness value of cc9cdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011100 11011011
Octal 314 234 333
Decimal 204 156 219
Hex CC 9C DB

RGB Percentages of Color #cc9cdb

%35.23
%26.94
%37.82

CMYK Percentages of Color #cc9cdb

%7
%29
%0
%14

Triadic Colors of #cc9cdb

#cc9cdb #dbcc9c #9cdbcc

Analogous Colors of #cc9cdb

#cc9cdb #db9ccb #ad9cdb

Monochromatic Colors of #cc9cdb

#cc9cdb

Complementary Color

#cc9cdb #abdb9c

#cc9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9cdb Color CSS Codes

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

#cc9cdb Text Font Color

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

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


#cc9cdb Background Color

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

This div background color is #cc9cdb


#cc9cdb Border Color

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

This div border color is #cc9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9cdb


Comments

No comments written yet.

Please login to write comment.