Color Hex Logo

#b9013a Color Hex

#B9013A
(185,1,58)
0 Favorites   0 Comments

Color spaces of #b9013a

RGB 185158
HSL0.950.990.36
HSV341°99°73°
CMYK 0.000.990.69   0.27
XYZ20.782210.64154.9617
Yxy10.64150.57120.2925
Hunter Lab32.621356.630513.8169
CIE-Lab38.970064.283123.3393

#b9013a color RGB value is (185,1,58).

#b9013a hex color red value is 185, green value is 1 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b9013a hue: 0.95 , saturation: 0.99 and the lightness value of b9013a is 0.36.

The process color (four color CMYK) of #b9013a color hex is 0.00, 0.99, 0.69, 0.27. Web safe color of #b9013a is #cc0033. Color #b9013a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000001 00111010
Octal 271 1 72
Decimal 185 1 58
Hex B9 1 3A

RGB Percentages of Color #b9013a

%75.82
%0.41
%23.77

CMYK Percentages of Color #b9013a

%0
%99
%69
%27

Triadic Colors of #b9013a

#b9013a #3ab901 #013ab9

Analogous Colors of #b9013a

#b9013a #b92401 #b90196

Monochromatic Colors of #b9013a

#b9013a

Complementary Color

#b9013a #01b980

#b9013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9013a Color CSS Codes

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

#b9013a Text Font Color

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

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


#b9013a Background Color

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

This div background color is #b9013a


#b9013a Border Color

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

This div border color is #b9013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9013a


Comments

No comments written yet.

Please login to write comment.