Color Hex Logo

#c50739 Color Hex

#C50739
(197,7,57)
0 Favorites   0 Comments

Color spaces of #c50739

RGB 197757
HSL0.960.930.40
HSV344°96°77°
CMYK 0.000.960.71   0.23
XYZ23.840512.31774.9919
Yxy12.31770.57940.2993
Hunter Lab35.096659.832916.1346
CIE-Lab41.716766.549127.9303

#c50739 color RGB value is (197,7,57).

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

The process color (four color CMYK) of #c50739 color hex is 0.00, 0.96, 0.71, 0.23. Web safe color of #c50739 is #cc0033. Color #c50739 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000111 00111001
Octal 305 7 71
Decimal 197 7 57
Hex C5 7 39

RGB Percentages of Color #c50739

%75.48
%2.68
%21.84

CMYK Percentages of Color #c50739

%0
%96
%71
%23

Triadic Colors of #c50739

#c50739 #39c507 #0739c5

Analogous Colors of #c50739

#c50739 #c53407 #c50798

Monochromatic Colors of #c50739

#c50739

Complementary Color

#c50739 #07c593

#c50739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50739 Color CSS Codes

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

#c50739 Text Font Color

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

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


#c50739 Background Color

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

This div background color is #c50739


#c50739 Border Color

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

This div border color is #c50739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50739


Comments

No comments written yet.

Please login to write comment.