Color Hex Logo

#c95159 Color Hex

#C95159
(201,81,89)
0 Favorites   0 Comments

Color spaces of #c95159

RGB 2018189
HSL0.990.530.55
HSV356°60°79°
CMYK 0.000.600.56   0.21
XYZ28.833019.023611.6035
Yxy19.02360.48490.3199
Hunter Lab43.616141.671814.7579
CIE-Lab50.714848.395920.2041

#c95159 color RGB value is (201,81,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 01011001
Octal 311 121 131
Decimal 201 81 89
Hex C9 51 59

RGB Percentages of Color #c95159

%54.18
%21.83
%23.99

CMYK Percentages of Color #c95159

%0
%60
%56
%21

Triadic Colors of #c95159

#c95159 #59c951 #5159c9

Analogous Colors of #c95159

#c95159 #c98551 #c95195

Monochromatic Colors of #c95159

#c95159

Complementary Color

#c95159 #51c9c1

#c95159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95159 Color CSS Codes

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

#c95159 Text Font Color

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

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


#c95159 Background Color

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

This div background color is #c95159


#c95159 Border Color

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

This div border color is #c95159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95159


Comments

No comments written yet.

Please login to write comment.