Color Hex Logo

#c95171 Color Hex

#C95171
(201,81,113)
0 Favorites   0 Comments

Color spaces of #c95171

RGB 20181113
HSL0.960.530.55
HSV344°60°79°
CMYK 0.000.600.44   0.21
XYZ30.010519.494617.8039
Yxy19.49460.44590.2896
Hunter Lab44.152744.05896.9991
CIE-Lab51.260950.55446.6013

#c95171 color RGB value is (201,81,113).

#c95171 hex color red value is 201, green value is 81 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c95171 hue: 0.96 , saturation: 0.53 and the lightness value of c95171 is 0.55.

The process color (four color CMYK) of #c95171 color hex is 0.00, 0.60, 0.44, 0.21. Web safe color of #c95171 is #cc6666. Color #c95171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 01110001
Octal 311 121 161
Decimal 201 81 113
Hex C9 51 71

RGB Percentages of Color #c95171

%50.89
%20.51
%28.61

CMYK Percentages of Color #c95171

%0
%60
%44
%21

Triadic Colors of #c95171

#c95171 #71c951 #5171c9

Analogous Colors of #c95171

#c95171 #c96d51 #c951ad

Monochromatic Colors of #c95171

#c95171

Complementary Color

#c95171 #51c9a9

#c95171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95171 Color CSS Codes

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

#c95171 Text Font Color

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

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


#c95171 Background Color

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

This div background color is #c95171


#c95171 Border Color

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

This div border color is #c95171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95171


Comments

No comments written yet.

Please login to write comment.