Color Hex Logo

#b50e3a Color Hex

#B50E3A
(181,14,58)
0 Favorites   0 Comments

Color spaces of #b50e3a

RGB 1811458
HSL0.960.860.38
HSV344°92°71°
CMYK 0.000.920.68   0.29
XYZ19.976810.44334.9659
Yxy10.44330.56450.2951
Hunter Lab32.316153.790013.5104
CIE-Lab38.626661.820822.7271

#b50e3a color RGB value is (181,14,58).

#b50e3a hex color red value is 181, green value is 14 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b50e3a hue: 0.96 , saturation: 0.86 and the lightness value of b50e3a is 0.38.

The process color (four color CMYK) of #b50e3a color hex is 0.00, 0.92, 0.68, 0.29. Web safe color of #b50e3a is #cc0033. Color #b50e3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 00111010
Octal 265 16 72
Decimal 181 14 58
Hex B5 E 3A

RGB Percentages of Color #b50e3a

%71.54
%5.53
%22.92

CMYK Percentages of Color #b50e3a

%0
%92
%68
%29

Triadic Colors of #b50e3a

#b50e3a #3ab50e #0e3ab5

Analogous Colors of #b50e3a

#b50e3a #b5360e #b50e8e

Monochromatic Colors of #b50e3a

#b50e3a

Complementary Color

#b50e3a #0eb589

#b50e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50e3a Color CSS Codes

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

#b50e3a Text Font Color

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

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


#b50e3a Background Color

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

This div background color is #b50e3a


#b50e3a Border Color

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

This div border color is #b50e3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,14,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50e3a


Comments

No comments written yet.

Please login to write comment.