Color Hex Logo

#cc0dcc Color Hex

#CC0DCC
(204,13,204)
0 Favorites   0 Comments

Color spaces of #cc0dcc

RGB 20413204
HSL0.830.880.43
HSV300°94°80°
CMYK 0.000.940.00   0.20
XYZ35.944817.484958.6071
Yxy17.48490.32080.1561
Hunter Lab41.814980.2653-53.8294
CIE-Lab48.865381.9867-50.8530

#cc0dcc color RGB value is (204,13,204).

#cc0dcc hex color red value is 204, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc0dcc hue: 0.83 , saturation: 0.88 and the lightness value of cc0dcc is 0.43.

The process color (four color CMYK) of #cc0dcc color hex is 0.00, 0.94, 0.00, 0.20. Web safe color of #cc0dcc is #cc00cc. Color #cc0dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001101 11001100
Octal 314 15 314
Decimal 204 13 204
Hex CC D CC

RGB Percentages of Color #cc0dcc

%48.46
%3.09
%48.46

CMYK Percentages of Color #cc0dcc

%0
%94
%0
%20

Triadic Colors of #cc0dcc

#cc0dcc #cccc0d #0dcccc

Analogous Colors of #cc0dcc

#cc0dcc #cc0d6d #6d0dcc

Monochromatic Colors of #cc0dcc

#cc0dcc

Complementary Color

#cc0dcc #0dcc0d

#cc0dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0dcc Color CSS Codes

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

#cc0dcc Text Font Color

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

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


#cc0dcc Background Color

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

This div background color is #cc0dcc


#cc0dcc Border Color

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

This div border color is #cc0dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0dcc


Comments

No comments written yet.

Please login to write comment.