color codes Logo

#cc76dc color codes

#CC76DC
(204,118,220)
0 Favorites   0 Comments

Color spaces of #cc76dc

RGB 204118220
HSL0.810.590.66
HSV291°46°86°
CMYK 0.070.460.00   0.14
XYZ44.298530.961571.3515
Yxy30.96150.30210.2112
Hunter Lab55.643144.7319-37.0779
CIE-Lab62.475149.4074-38.4159

#cc76dc color RGB value is (204,118,220).

#cc76dc hex color red value is 204, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc76dc hue: 0.81 , saturation: 0.59 and the lightness value of cc76dc is 0.66.

The process color (four color CMYK) of #cc76dc color code is 0.07, 0.46, 0.00, 0.14. Web safe color of #cc76dc is #cc66cc. Color #cc76dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 11011100
Octal 314 166 334
Decimal 204 118 220
Hex CC 76 DC

RGB Percentages of Color #cc76dc

%37.64
%21.77
%40.59

CMYK Percentages of Color #cc76dc

%7
%46
%0
%14

Triadic Colors of #cc76dc

#cc76dc #dccc76 #76dccc

Analogous Colors of #cc76dc

#cc76dc #dc76b9 #9976dc

Monochromatic Colors of #cc76dc

#cc76dc

Complementary Color

#cc76dc #86dc76

#cc76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc76dc Color CSS Codes

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

#cc76dc Text Font Color

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

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


#cc76dc Background Color

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

This div background color is #cc76dc


#cc76dc Border Color

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

This div border color is #cc76dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc76dc


Comments

No comments written yet.

Please login to write comment.