Color Hex Logo

#b91115 Color Hex

#B91115
(185,17,21)
0 Favorites   0 Comments

Color spaces of #b91115

RGB 1851721
HSL1.000.830.40
HSV359°91°73°
CMYK 0.000.910.89   0.27
XYZ20.343410.76931.7159
Yxy10.76930.61970.3280
Hunter Lab32.816653.225219.8715
CIE-Lab39.189261.203345.0111

#b91115 color RGB value is (185,17,21).

#b91115 hex color red value is 185, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b91115 hue: 1.00 , saturation: 0.83 and the lightness value of b91115 is 0.40.

The process color (four color CMYK) of #b91115 color hex is 0.00, 0.91, 0.89, 0.27. Web safe color of #b91115 is #cc0000. Color #b91115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 00010101
Octal 271 21 25
Decimal 185 17 21
Hex B9 11 15

RGB Percentages of Color #b91115

%82.96
%7.62
%9.42

CMYK Percentages of Color #b91115

%0
%91
%89
%27

Triadic Colors of #b91115

#b91115 #15b911 #1115b9

Analogous Colors of #b91115

#b91115 #b96111 #b91169

Monochromatic Colors of #b91115

#b91115

Complementary Color

#b91115 #11b9b5

#b91115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91115 Color CSS Codes

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

#b91115 Text Font Color

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

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


#b91115 Background Color

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

This div background color is #b91115


#b91115 Border Color

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

This div border color is #b91115


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,17,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b91115; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b91115;
  -webkit-box-shadow: 1px 1px 3px 2px #b91115;
  box-shadow:         1px 1px 3px 2px #b91115; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,17,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91115


Comments

No comments written yet.

Please login to write comment.