Color Hex Logo

#cc79cd Color Hex

#CC79CD
(204,121,205)
0 Favorites   0 Comments

Color spaces of #cc79cd

RGB 204121205
HSL0.830.460.64
HSV299°41°80°
CMYK 0.000.410.00   0.20
XYZ42.758730.919961.4721
Yxy30.91990.31640.2288
Hunter Lab55.605739.9500-26.6212
CIE-Lab62.440045.0143-30.0573

#cc79cd color RGB value is (204,121,205).

#cc79cd hex color red value is 204, green value is 121 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cc79cd hue: 0.83 , saturation: 0.46 and the lightness value of cc79cd is 0.64.

The process color (four color CMYK) of #cc79cd color hex is 0.00, 0.41, 0.00, 0.20. Web safe color of #cc79cd is #cc66cc. Color #cc79cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 11001101
Octal 314 171 315
Decimal 204 121 205
Hex CC 79 CD

RGB Percentages of Color #cc79cd

%38.49
%22.83
%38.68

CMYK Percentages of Color #cc79cd

%0
%41
%0
%20

Triadic Colors of #cc79cd

#cc79cd #cdcc79 #79cdcc

Analogous Colors of #cc79cd

#cc79cd #cd79a4 #a279cd

Monochromatic Colors of #cc79cd

#cc79cd

Complementary Color

#cc79cd #7acd79

#cc79cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc79cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc79cd Color CSS Codes

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

#cc79cd Text Font Color

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

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


#cc79cd Background Color

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

This div background color is #cc79cd


#cc79cd Border Color

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

This div border color is #cc79cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc79cd


Comments

No comments written yet.

Please login to write comment.