Color Hex Logo

#b4113a Color Hex

#B4113A
(180,17,58)
0 Favorites   0 Comments

Color spaces of #b4113a

RGB 1801758
HSL0.960.830.39
HSV345°91°71°
CMYK 0.000.910.68   0.29
XYZ19.786610.40974.9694
Yxy10.40970.56270.2960
Hunter Lab32.264153.006713.4528
CIE-Lab38.567961.127122.6092

#b4113a color RGB value is (180,17,58).

#b4113a hex color red value is 180, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b4113a hue: 0.96 , saturation: 0.83 and the lightness value of b4113a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 00111010
Octal 264 21 72
Decimal 180 17 58
Hex B4 11 3A

RGB Percentages of Color #b4113a

%70.59
%6.67
%22.75

CMYK Percentages of Color #b4113a

%0
%91
%68
%29

Triadic Colors of #b4113a

#b4113a #3ab411 #113ab4

Analogous Colors of #b4113a

#b4113a #b43a11 #b4118c

Monochromatic Colors of #b4113a

#b4113a

Complementary Color

#b4113a #11b48b

#b4113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4113a Color CSS Codes

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

#b4113a Text Font Color

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

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


#b4113a Background Color

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

This div background color is #b4113a


#b4113a Border Color

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

This div border color is #b4113a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4113a


Comments

No comments written yet.

Please login to write comment.