Color Hex Logo

#c93970 Color Hex

#C93970
(201,57,112)
0 Favorites   0 Comments

Color spaces of #c93970

RGB 20157112
HSL0.940.570.51
HSV337°72°79°
CMYK 0.000.720.44   0.21
XYZ28.475216.513617.0159
Yxy16.51360.45920.2663
Hunter Lab40.636953.96433.6194
CIE-Lab47.641260.24851.9983

#c93970 color RGB value is (201,57,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111001 01110000
Octal 311 71 160
Decimal 201 57 112
Hex C9 39 70

RGB Percentages of Color #c93970

%54.32
%15.41
%30.27

CMYK Percentages of Color #c93970

%0
%72
%44
%21

Triadic Colors of #c93970

#c93970 #70c939 #3970c9

Analogous Colors of #c93970

#c93970 #c94a39 #c939b8

Monochromatic Colors of #c93970

#c93970

Complementary Color

#c93970 #39c992

#c93970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93970 Color CSS Codes

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

#c93970 Text Font Color

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

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


#c93970 Background Color

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

This div background color is #c93970


#c93970 Border Color

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

This div border color is #c93970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93970


Comments

No comments written yet.

Please login to write comment.