Color Hex Logo

#c50b27 Color Hex

#C50B27
(197,11,39)
0 Favorites   0 Comments

Color spaces of #c50b27

RGB 1971139
HSL0.970.890.41
HSV351°94°77°
CMYK 0.000.940.80   0.23
XYZ23.511812.25613.0459
Yxy12.25610.60580.3158
Hunter Lab35.008758.615119.3476
CIE-Lab41.620365.508638.6323

#c50b27 color RGB value is (197,11,39).

#c50b27 hex color red value is 197, green value is 11 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c50b27 hue: 0.97 , saturation: 0.89 and the lightness value of c50b27 is 0.41.

The process color (four color CMYK) of #c50b27 color hex is 0.00, 0.94, 0.80, 0.23. Web safe color of #c50b27 is #cc0033. Color #c50b27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001011 00100111
Octal 305 13 47
Decimal 197 11 39
Hex C5 B 27

RGB Percentages of Color #c50b27

%79.76
%4.45
%15.79

CMYK Percentages of Color #c50b27

%0
%94
%80
%23

Triadic Colors of #c50b27

#c50b27 #27c50b #0b27c5

Analogous Colors of #c50b27

#c50b27 #c54c0b #c50b84

Monochromatic Colors of #c50b27

#c50b27

Complementary Color

#c50b27 #0bc5a9

#c50b27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50b27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50b27 Color CSS Codes

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

#c50b27 Text Font Color

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

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


#c50b27 Background Color

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

This div background color is #c50b27


#c50b27 Border Color

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

This div border color is #c50b27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50b27


Comments

No comments written yet.

Please login to write comment.