Color Hex Logo

#cc07dc Color Hex

#CC07DC
(204,7,220)
0 Favorites   0 Comments

Color spaces of #cc07dc

RGB 2047220
HSL0.820.940.45
HSV295°97°86°
CMYK 0.070.970.00   0.14
XYZ37.896118.156669.2174
Yxy18.15660.30250.1449
Hunter Lab42.610684.1822-66.4844
CIE-Lab49.685584.8793-58.7174

#cc07dc color RGB value is (204,7,220).

#cc07dc hex color red value is 204, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc07dc hue: 0.82 , saturation: 0.94 and the lightness value of cc07dc is 0.45.

The process color (four color CMYK) of #cc07dc color hex is 0.07, 0.97, 0.00, 0.14. Web safe color of #cc07dc is #cc00cc. Color #cc07dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 11011100
Octal 314 7 334
Decimal 204 7 220
Hex CC 7 DC

RGB Percentages of Color #cc07dc

%47.33
%1.62
%51.04

CMYK Percentages of Color #cc07dc

%7
%97
%0
%14

Triadic Colors of #cc07dc

#cc07dc #dccc07 #07dccc

Analogous Colors of #cc07dc

#cc07dc #dc0782 #6107dc

Monochromatic Colors of #cc07dc

#cc07dc

Complementary Color

#cc07dc #17dc07

#cc07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc07dc Color CSS Codes

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

#cc07dc Text Font Color

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

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


#cc07dc Background Color

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

This div background color is #cc07dc


#cc07dc Border Color

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

This div border color is #cc07dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc07dc


Comments

No comments written yet.

Please login to write comment.