Color Hex Logo

#b5090f Color Hex

#B5090F
(181,9,15)
0 Favorites   0 Comments

Color spaces of #b5090f

RGB 181915
HSL0.990.910.37
HSV358°95°71°
CMYK 0.000.950.92   0.29
XYZ19.240010.05361.3784
Yxy10.05360.62730.3278
Hunter Lab31.707452.825519.6177
CIE-Lab37.938561.086046.3849

#b5090f color RGB value is (181,9,15).

#b5090f hex color red value is 181, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b5090f hue: 0.99 , saturation: 0.91 and the lightness value of b5090f is 0.37.

The process color (four color CMYK) of #b5090f color hex is 0.00, 0.95, 0.92, 0.29. Web safe color of #b5090f is #cc0000. Color #b5090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 00001111
Octal 265 11 17
Decimal 181 9 15
Hex B5 9 F

RGB Percentages of Color #b5090f

%88.29
%4.39
%7.32

CMYK Percentages of Color #b5090f

%0
%95
%92
%29

Triadic Colors of #b5090f

#b5090f #0fb509 #090fb5

Analogous Colors of #b5090f

#b5090f #b55909 #b50965

Monochromatic Colors of #b5090f

#b5090f

Complementary Color

#b5090f #09b5af

#b5090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5090f Color CSS Codes

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

#b5090f Text Font Color

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

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


#b5090f Background Color

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

This div background color is #b5090f


#b5090f Border Color

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

This div border color is #b5090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5090f


Comments

No comments written yet.

Please login to write comment.