Color Hex Logo

#cc769b Color Hex

#CC769B
(204,118,155)
0 Favorites   0 Comments

Color spaces of #cc769b

RGB 204118155
HSL0.930.460.63
HSV334°42°80°
CMYK 0.000.420.24   0.20
XYZ37.296728.160834.4802
Yxy28.16080.37320.2818
Hunter Lab53.066832.5877-1.3770
CIE-Lab60.033738.3242-5.2295

#cc769b color RGB value is (204,118,155).

#cc769b hex color red value is 204, green value is 118 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc769b hue: 0.93 , saturation: 0.46 and the lightness value of cc769b is 0.63.

The process color (four color CMYK) of #cc769b color hex is 0.00, 0.42, 0.24, 0.20. Web safe color of #cc769b is #cc6699. Color #cc769b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 10011011
Octal 314 166 233
Decimal 204 118 155
Hex CC 76 9B

RGB Percentages of Color #cc769b

%42.77
%24.74
%32.49

CMYK Percentages of Color #cc769b

%0
%42
%24
%20

Triadic Colors of #cc769b

#cc769b #9bcc76 #769bcc

Analogous Colors of #cc769b

#cc769b #cc7c76 #cc76c6

Monochromatic Colors of #cc769b

#cc769b

Complementary Color

#cc769b #76cca7

#cc769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc769b Color CSS Codes

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

#cc769b Text Font Color

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

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


#cc769b Background Color

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

This div background color is #cc769b


#cc769b Border Color

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

This div border color is #cc769b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc769b


Comments

No comments written yet.

Please login to write comment.