Color Hex Logo

#cc768f Color Hex

#CC768F
(204,118,143)
0 Favorites   0 Comments

Color spaces of #cc768f

RGB 204118143
HSL0.950.460.63
HSV343°42°80°
CMYK 0.000.420.30   0.20
XYZ36.338227.777429.4329
Yxy27.77740.38840.2969
Hunter Lab52.704330.83863.7823
CIE-Lab59.687136.65531.1784

#cc768f color RGB value is (204,118,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 10001111
Octal 314 166 217
Decimal 204 118 143
Hex CC 76 8F

RGB Percentages of Color #cc768f

%43.87
%25.38
%30.75

CMYK Percentages of Color #cc768f

%0
%42
%30
%20

Triadic Colors of #cc768f

#cc768f #8fcc76 #768fcc

Analogous Colors of #cc768f

#cc768f #cc8876 #cc76ba

Monochromatic Colors of #cc768f

#cc768f

Complementary Color

#cc768f #76ccb3

#cc768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc768f Color CSS Codes

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

#cc768f Text Font Color

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

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


#cc768f Background Color

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

This div background color is #cc768f


#cc768f Border Color

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

This div border color is #cc768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc768f


Comments

No comments written yet.

Please login to write comment.