Color Hex Logo

#cc79dc Color Hex

#CC79DC
(204,121,220)
0 Favorites   0 Comments

Color spaces of #cc79dc

RGB 204121220
HSL0.810.590.67
HSV290°45°86°
CMYK 0.070.450.00   0.14
XYZ44.657531.679471.4712
Yxy31.67940.30210.2143
Hunter Lab56.284543.1286-35.8886
CIE-Lab63.077047.8574-37.4752

#cc79dc color RGB value is (204,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 11011100
Octal 314 171 334
Decimal 204 121 220
Hex CC 79 DC

RGB Percentages of Color #cc79dc

%37.43
%22.20
%40.37

CMYK Percentages of Color #cc79dc

%7
%45
%0
%14

Triadic Colors of #cc79dc

#cc79dc #dccc79 #79dccc

Analogous Colors of #cc79dc

#cc79dc #dc79bb #9b79dc

Monochromatic Colors of #cc79dc

#cc79dc

Complementary Color

#cc79dc #89dc79

#cc79dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc79dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc79dc Color CSS Codes

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

#cc79dc Text Font Color

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

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


#cc79dc Background Color

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

This div background color is #cc79dc


#cc79dc Border Color

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

This div border color is #cc79dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc79dc


Comments

No comments written yet.

Please login to write comment.