Color Hex Logo

#cc00de Color Hex

#CC00DE
(204,0,222)
0 Favorites   0 Comments

Color spaces of #cc00de

RGB 2040222
HSL0.821.000.44
HSV295°100°87°
CMYK 0.081.000.00   0.13
XYZ38.086718.111370.5957
Yxy18.11130.30040.1428
Hunter Lab42.557485.2731-68.5622
CIE-Lab49.630885.7308-59.9457

#cc00de color RGB value is (204,0,222).

#cc00de hex color red value is 204, green value is 0 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc00de hue: 0.82 , saturation: 1.00 and the lightness value of cc00de is 0.44.

The process color (four color CMYK) of #cc00de color hex is 0.08, 1.00, 0.00, 0.13. Web safe color of #cc00de is #cc00cc. Color #cc00de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 11011110
Octal 314 0 336
Decimal 204 0 222
Hex CC 0 DE

RGB Percentages of Color #cc00de

%47.89
%0.00
%52.11

CMYK Percentages of Color #cc00de

%8
%100
%0
%13

Triadic Colors of #cc00de

#cc00de #decc00 #00decc

Analogous Colors of #cc00de

#cc00de #de0081 #5d00de

Monochromatic Colors of #cc00de

#cc00de

Complementary Color

#cc00de #12de00

#cc00de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc00de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc00de Color CSS Codes

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

#cc00de Text Font Color

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

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


#cc00de Background Color

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

This div background color is #cc00de


#cc00de Border Color

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

This div border color is #cc00de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc00de


Comments

No comments written yet.

Please login to write comment.