Color Hex Logo

#cc79a7 Color Hex

#CC79A7
(204,121,167)
0 Favorites   0 Comments

Color spaces of #cc79a7

RGB 204121167
HSL0.910.450.64
HSV327°41°80°
CMYK 0.000.410.18   0.20
XYZ38.714329.302140.1746
Yxy29.30210.35780.2708
Hunter Lab54.131432.9316-6.1111
CIE-Lab61.047338.5355-10.6076

#cc79a7 color RGB value is (204,121,167).

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

The process color (four color CMYK) of #cc79a7 color hex is 0.00, 0.41, 0.18, 0.20. Web safe color of #cc79a7 is #cc6699. Color #cc79a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 10100111
Octal 314 171 247
Decimal 204 121 167
Hex CC 79 A7

RGB Percentages of Color #cc79a7

%41.46
%24.59
%33.94

CMYK Percentages of Color #cc79a7

%0
%41
%18
%20

Triadic Colors of #cc79a7

#cc79a7 #a7cc79 #79a7cc

Analogous Colors of #cc79a7

#cc79a7 #cc797e #c879cc

Monochromatic Colors of #cc79a7

#cc79a7

Complementary Color

#cc79a7 #79cc9e

#cc79a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc79a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc79a7 Color CSS Codes

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

#cc79a7 Text Font Color

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

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


#cc79a7 Background Color

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

This div background color is #cc79a7


#cc79a7 Border Color

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

This div border color is #cc79a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc79a7


Comments

No comments written yet.

Please login to write comment.