Color Hex Logo

#c95772 Color Hex

#C95772
(201,87,114)
0 Favorites   0 Comments

Color spaces of #c95772

RGB 20187114
HSL0.960.510.56
HSV346°57°79°
CMYK 0.000.570.43   0.21
XYZ30.532920.448818.2573
Yxy20.44880.44100.2953
Hunter Lab45.220341.38817.7165
CIE-Lab52.340947.86367.5427

#c95772 color RGB value is (201,87,114).

#c95772 hex color red value is 201, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c95772 hue: 0.96 , saturation: 0.51 and the lightness value of c95772 is 0.56.

The process color (four color CMYK) of #c95772 color hex is 0.00, 0.57, 0.43, 0.21. Web safe color of #c95772 is #cc6666. Color #c95772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 01110010
Octal 311 127 162
Decimal 201 87 114
Hex C9 57 72

RGB Percentages of Color #c95772

%50.00
%21.64
%28.36

CMYK Percentages of Color #c95772

%0
%57
%43
%21

Triadic Colors of #c95772

#c95772 #72c957 #5772c9

Analogous Colors of #c95772

#c95772 #c97557 #c957ab

Monochromatic Colors of #c95772

#c95772

Complementary Color

#c95772 #57c9ae

#c95772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95772 Color CSS Codes

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

#c95772 Text Font Color

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

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


#c95772 Background Color

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

This div background color is #c95772


#c95772 Border Color

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

This div border color is #c95772


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,87,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95772


Comments

No comments written yet.

Please login to write comment.