Color Hex Logo

#b50839 Color Hex

#B50839
(181,8,57)
0 Favorites   0 Comments

Color spaces of #b50839

RGB 181857
HSL0.950.920.37
HSV343°96°71°
CMYK 0.000.960.69   0.29
XYZ19.881410.29284.8097
Yxy10.29280.56830.2942
Hunter Lab32.082454.471913.5691
CIE-Lab38.362962.483323.0297

#b50839 color RGB value is (181,8,57).

#b50839 hex color red value is 181, green value is 8 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b50839 hue: 0.95 , saturation: 0.92 and the lightness value of b50839 is 0.37.

The process color (four color CMYK) of #b50839 color hex is 0.00, 0.96, 0.69, 0.29. Web safe color of #b50839 is #cc0033. Color #b50839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 00111001
Octal 265 10 71
Decimal 181 8 57
Hex B5 8 39

RGB Percentages of Color #b50839

%73.58
%3.25
%23.17

CMYK Percentages of Color #b50839

%0
%96
%69
%29

Triadic Colors of #b50839

#b50839 #39b508 #0839b5

Analogous Colors of #b50839

#b50839 #b52e08 #b50890

Monochromatic Colors of #b50839

#b50839

Complementary Color

#b50839 #08b584

#b50839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50839 Color CSS Codes

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

#b50839 Text Font Color

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

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


#b50839 Background Color

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

This div background color is #b50839


#b50839 Border Color

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

This div border color is #b50839


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,8,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 #b50839">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50839


Comments

No comments written yet.

Please login to write comment.