Color Hex Logo

#b5091d Color Hex

#B5091D
(181,9,29)
0 Favorites   0 Comments

Color spaces of #b5091d

RGB 181929
HSL0.980.910.37
HSV353°95°71°
CMYK 0.000.950.84   0.29
XYZ19.375510.10782.0922
Yxy10.10780.61360.3201
Hunter Lab31.792853.146118.3532
CIE-Lab38.035261.356639.5955

#b5091d color RGB value is (181,9,29).

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

The process color (four color CMYK) of #b5091d color hex is 0.00, 0.95, 0.84, 0.29. Web safe color of #b5091d is #cc0033. Color #b5091d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 00011101
Octal 265 11 35
Decimal 181 9 29
Hex B5 9 1D

RGB Percentages of Color #b5091d

%82.65
%4.11
%13.24

CMYK Percentages of Color #b5091d

%0
%95
%84
%29

Triadic Colors of #b5091d

#b5091d #1db509 #091db5

Analogous Colors of #b5091d

#b5091d #b54b09 #b50973

Monochromatic Colors of #b5091d

#b5091d

Complementary Color

#b5091d #09b5a1

#b5091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5091d Color CSS Codes

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

#b5091d Text Font Color

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

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


#b5091d Background Color

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

This div background color is #b5091d


#b5091d Border Color

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

This div border color is #b5091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5091d


Comments

No comments written yet.

Please login to write comment.