Color Hex Logo

#cc8cdb Color Hex

#CC8CDB
(204,140,219)
0 Favorites   0 Comments

Color spaces of #cc8cdb

RGB 204140219
HSL0.800.520.70
HSV289°36°86°
CMYK 0.070.360.00   0.14
XYZ47.066136.708071.6225
Yxy36.70800.30290.2362
Hunter Lab60.587132.6373-27.6781
CIE-Lab67.057437.5670-30.7351

#cc8cdb color RGB value is (204,140,219).

#cc8cdb hex color red value is 204, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc8cdb hue: 0.80 , saturation: 0.52 and the lightness value of cc8cdb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 11011011
Octal 314 214 333
Decimal 204 140 219
Hex CC 8C DB

RGB Percentages of Color #cc8cdb

%36.23
%24.87
%38.90

CMYK Percentages of Color #cc8cdb

%7
%36
%0
%14

Triadic Colors of #cc8cdb

#cc8cdb #dbcc8c #8cdbcc

Analogous Colors of #cc8cdb

#cc8cdb #db8cc3 #a58cdb

Monochromatic Colors of #cc8cdb

#cc8cdb

Complementary Color

#cc8cdb #9bdb8c

#cc8cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8cdb Color CSS Codes

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

#cc8cdb Text Font Color

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

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


#cc8cdb Background Color

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

This div background color is #cc8cdb


#cc8cdb Border Color

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

This div border color is #cc8cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8cdb


Comments

No comments written yet.

Please login to write comment.