Color Hex Logo

#cc777e Color Hex

#CC777E
(204,119,126)
0 Favorites   0 Comments

Color spaces of #cc777e

RGB 204119126
HSL0.990.450.63
HSV355°42°80°
CMYK 0.000.420.38   0.20
XYZ35.264627.537423.1953
Yxy27.53740.41010.3202
Hunter Lab52.476128.121110.5261
CIE-Lab59.468533.988010.6707

#cc777e color RGB value is (204,119,126).

#cc777e hex color red value is 204, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cc777e hue: 0.99 , saturation: 0.45 and the lightness value of cc777e is 0.63.

The process color (four color CMYK) of #cc777e color hex is 0.00, 0.42, 0.38, 0.20. Web safe color of #cc777e is #cc6666. Color #cc777e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01111110
Octal 314 167 176
Decimal 204 119 126
Hex CC 77 7E

RGB Percentages of Color #cc777e

%45.43
%26.50
%28.06

CMYK Percentages of Color #cc777e

%0
%42
%38
%20

Triadic Colors of #cc777e

#cc777e #7ecc77 #777ecc

Analogous Colors of #cc777e

#cc777e #cc9b77 #cc77a9

Monochromatic Colors of #cc777e

#cc777e

Complementary Color

#cc777e #77ccc5

#cc777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc777e Color CSS Codes

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

#cc777e Text Font Color

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

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


#cc777e Background Color

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

This div background color is #cc777e


#cc777e Border Color

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

This div border color is #cc777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc777e


Comments

No comments written yet.

Please login to write comment.