Color Hex Logo

#cc68db Color Hex

#CC68DB
(204,104,219)
0 Favorites   0 Comments

Color spaces of #cc68db

RGB 204104219
HSL0.810.610.63
HSV292°53°86°
CMYK 0.070.530.00   0.14
XYZ42.638327.852570.1466
Yxy27.85250.30320.1980
Hunter Lab52.775551.8565-41.8626
CIE-Lab59.755256.2264-42.1219

#cc68db color RGB value is (204,104,219).

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

The process color (four color CMYK) of #cc68db color hex is 0.07, 0.53, 0.00, 0.14. Web safe color of #cc68db is #cc66cc. Color #cc68db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 11011011
Octal 314 150 333
Decimal 204 104 219
Hex CC 68 DB

RGB Percentages of Color #cc68db

%38.71
%19.73
%41.56

CMYK Percentages of Color #cc68db

%7
%53
%0
%14

Triadic Colors of #cc68db

#cc68db #dbcc68 #68dbcc

Analogous Colors of #cc68db

#cc68db #db68b1 #9368db

Monochromatic Colors of #cc68db

#cc68db

Complementary Color

#cc68db #77db68

#cc68db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc68db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc68db Color CSS Codes

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

#cc68db Text Font Color

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

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


#cc68db Background Color

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

This div background color is #cc68db


#cc68db Border Color

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

This div border color is #cc68db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc68db


Comments

No comments written yet.

Please login to write comment.