Color Hex Logo

#c53857 Color Hex

#C53857
(197,56,87)
0 Favorites   0 Comments

Color spaces of #c53857

RGB 1975687
HSL0.960.560.50
HSV347°72°77°
CMYK 0.000.720.56   0.23
XYZ26.160415.386810.6080
Yxy15.38680.50160.2950
Hunter Lab39.226050.398711.4242
CIE-Lab46.159557.312215.1433

#c53857 color RGB value is (197,56,87).

#c53857 hex color red value is 197, green value is 56 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c53857 hue: 0.96 , saturation: 0.56 and the lightness value of c53857 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 01010111
Octal 305 70 127
Decimal 197 56 87
Hex C5 38 57

RGB Percentages of Color #c53857

%57.94
%16.47
%25.59

CMYK Percentages of Color #c53857

%0
%72
%56
%23

Triadic Colors of #c53857

#c53857 #57c538 #3857c5

Analogous Colors of #c53857

#c53857 #c56038 #c5389e

Monochromatic Colors of #c53857

#c53857

Complementary Color

#c53857 #38c5a6

#c53857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53857 Color CSS Codes

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

#c53857 Text Font Color

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

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


#c53857 Background Color

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

This div background color is #c53857


#c53857 Border Color

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

This div border color is #c53857


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,56,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c53857; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c53857;
  -webkit-box-shadow: 1px 1px 3px 2px #c53857;
  box-shadow:         1px 1px 3px 2px #c53857; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,56,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53857


Comments

No comments written yet.

Please login to write comment.