Color Hex Logo

#c53973 Color Hex

#C53973
(197,57,115)
0 Favorites   0 Comments

Color spaces of #c53973

RGB 19757115
HSL0.930.550.50
HSV335°71°77°
CMYK 0.000.710.42   0.23
XYZ27.583616.034417.8608
Yxy16.03440.44870.2608
Hunter Lab40.043052.88451.5843
CIE-Lab47.019659.3990-0.8278

#c53973 color RGB value is (197,57,115).

#c53973 hex color red value is 197, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c53973 hue: 0.93 , saturation: 0.55 and the lightness value of c53973 is 0.50.

The process color (four color CMYK) of #c53973 color hex is 0.00, 0.71, 0.42, 0.23. Web safe color of #c53973 is #cc3366. Color #c53973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111001 01110011
Octal 305 71 163
Decimal 197 57 115
Hex C5 39 73

RGB Percentages of Color #c53973

%53.39
%15.45
%31.17

CMYK Percentages of Color #c53973

%0
%71
%42
%23

Triadic Colors of #c53973

#c53973 #73c539 #3973c5

Analogous Colors of #c53973

#c53973 #c54539 #c539b9

Monochromatic Colors of #c53973

#c53973

Complementary Color

#c53973 #39c58b

#c53973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53973 Color CSS Codes

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

#c53973 Text Font Color

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

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


#c53973 Background Color

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

This div background color is #c53973


#c53973 Border Color

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

This div border color is #c53973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53973


Comments

No comments written yet.

Please login to write comment.