Color Hex Logo

#cc7f8f Color Hex

#CC7F8F
(204,127,143)
0 Favorites   0 Comments

Color spaces of #cc7f8f

RGB 204127143
HSL0.970.430.65
HSV348°38°80°
CMYK 0.000.380.30   0.20
XYZ37.449129.999329.8033
Yxy29.99930.38510.3085
Hunter Lab54.771626.19586.0782
CIE-Lab61.653631.83994.0287

#cc7f8f color RGB value is (204,127,143).

#cc7f8f hex color red value is 204, green value is 127 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cc7f8f hue: 0.97 , saturation: 0.43 and the lightness value of cc7f8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111111 10001111
Octal 314 177 217
Decimal 204 127 143
Hex CC 7F 8F

RGB Percentages of Color #cc7f8f

%43.04
%26.79
%30.17

CMYK Percentages of Color #cc7f8f

%0
%38
%30
%20

Triadic Colors of #cc7f8f

#cc7f8f #8fcc7f #7f8fcc

Analogous Colors of #cc7f8f

#cc7f8f #cc967f #cc7fb6

Monochromatic Colors of #cc7f8f

#cc7f8f

Complementary Color

#cc7f8f #7fccbc

#cc7f8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7f8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7f8f Color CSS Codes

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

#cc7f8f Text Font Color

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

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


#cc7f8f Background Color

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

This div background color is #cc7f8f


#cc7f8f Border Color

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

This div border color is #cc7f8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,127,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 #cc7f8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7f8f


Comments

No comments written yet.

Please login to write comment.