Color Hex Logo

#c9708f Color Hex

#C9708F
(201,112,143)
0 Favorites   0 Comments

Color spaces of #c9708f

RGB 201112143
HSL0.940.450.61
HSV339°44°79°
CMYK 0.000.440.29   0.21
XYZ34.839525.989029.1667
Yxy25.98900.38710.2888
Hunter Lab50.979432.77351.7642
CIE-Lab58.026638.7534-1.2935

#c9708f color RGB value is (201,112,143).

#c9708f hex color red value is 201, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9708f hue: 0.94 , saturation: 0.45 and the lightness value of c9708f is 0.61.

The process color (four color CMYK) of #c9708f color hex is 0.00, 0.44, 0.29, 0.21. Web safe color of #c9708f is #cc6699. Color #c9708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 10001111
Octal 311 160 217
Decimal 201 112 143
Hex C9 70 8F

RGB Percentages of Color #c9708f

%44.08
%24.56
%31.36

CMYK Percentages of Color #c9708f

%0
%44
%29
%21

Triadic Colors of #c9708f

#c9708f #8fc970 #708fc9

Analogous Colors of #c9708f

#c9708f #c97e70 #c970bc

Monochromatic Colors of #c9708f

#c9708f

Complementary Color

#c9708f #70c9aa

#c9708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9708f Color CSS Codes

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

#c9708f Text Font Color

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

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


#c9708f Background Color

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

This div background color is #c9708f


#c9708f Border Color

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

This div border color is #c9708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9708f


Comments

No comments written yet.

Please login to write comment.