Color Hex Logo

#c95871 Color Hex

#C95871
(201,88,113)
0 Favorites   0 Comments

Color spaces of #c95871

RGB 20188113
HSL0.960.510.57
HSV347°56°79°
CMYK 0.000.560.44   0.21
XYZ30.557820.589217.9863
Yxy20.58920.44200.2978
Hunter Lab45.375340.80328.2608
CIE-Lab52.496947.28408.3601

#c95871 color RGB value is (201,88,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 01110001
Octal 311 130 161
Decimal 201 88 113
Hex C9 58 71

RGB Percentages of Color #c95871

%50.00
%21.89
%28.11

CMYK Percentages of Color #c95871

%0
%56
%44
%21

Triadic Colors of #c95871

#c95871 #71c958 #5871c9

Analogous Colors of #c95871

#c95871 #c97858 #c958aa

Monochromatic Colors of #c95871

#c95871

Complementary Color

#c95871 #58c9b0

#c95871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95871 Color CSS Codes

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

#c95871 Text Font Color

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

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


#c95871 Background Color

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

This div background color is #c95871


#c95871 Border Color

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

This div border color is #c95871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95871


Comments

No comments written yet.

Please login to write comment.