Color Hex Logo

#c93959 Color Hex

#C93959
(201,57,89)
0 Favorites   0 Comments

Color spaces of #c93959

RGB 2015789
HSL0.960.570.51
HSV347°72°79°
CMYK 0.000.720.56   0.21
XYZ27.353716.065011.1104
Yxy16.06500.50160.2946
Hunter Lab40.081251.676611.6218
CIE-Lab47.059758.304115.2648

#c93959 color RGB value is (201,57,89).

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

The process color (four color CMYK) of #c93959 color hex is 0.00, 0.72, 0.56, 0.21. Web safe color of #c93959 is #cc3366. Color #c93959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111001 01011001
Octal 311 71 131
Decimal 201 57 89
Hex C9 39 59

RGB Percentages of Color #c93959

%57.93
%16.43
%25.65

CMYK Percentages of Color #c93959

%0
%72
%56
%21

Triadic Colors of #c93959

#c93959 #59c939 #3959c9

Analogous Colors of #c93959

#c93959 #c96139 #c939a1

Monochromatic Colors of #c93959

#c93959

Complementary Color

#c93959 #39c9a9

#c93959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93959 Color CSS Codes

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

#c93959 Text Font Color

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

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


#c93959 Background Color

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

This div background color is #c93959


#c93959 Border Color

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

This div border color is #c93959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93959


Comments

No comments written yet.

Please login to write comment.