Color Hex Logo

#b7132a Color Hex

#B7132A
(183,19,42)
0 Favorites   0 Comments

Color spaces of #b7132a

RGB 1831942
HSL0.980.810.40
HSV352°90°72°
CMYK 0.000.900.77   0.28
XYZ20.179210.70023.1923
Yxy10.70020.59230.3140
Hunter Lab32.711252.870417.1117
CIE-Lab39.070960.906333.2792

#b7132a color RGB value is (183,19,42).

#b7132a hex color red value is 183, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7132a hue: 0.98 , saturation: 0.81 and the lightness value of b7132a is 0.40.

The process color (four color CMYK) of #b7132a color hex is 0.00, 0.90, 0.77, 0.28. Web safe color of #b7132a is #cc0033. Color #b7132a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 00101010
Octal 267 23 52
Decimal 183 19 42
Hex B7 13 2A

RGB Percentages of Color #b7132a

%75.00
%7.79
%17.21

CMYK Percentages of Color #b7132a

%0
%90
%77
%28

Triadic Colors of #b7132a

#b7132a #2ab713 #132ab7

Analogous Colors of #b7132a

#b7132a #b74e13 #b7137c

Monochromatic Colors of #b7132a

#b7132a

Complementary Color

#b7132a #13b7a0

#b7132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7132a Color CSS Codes

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

#b7132a Text Font Color

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

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


#b7132a Background Color

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

This div background color is #b7132a


#b7132a Border Color

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

This div border color is #b7132a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,19,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7132a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7132a;
  -webkit-box-shadow: 1px 1px 3px 2px #b7132a;
  box-shadow:         1px 1px 3px 2px #b7132a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,19,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7132a


Comments

No comments written yet.

Please login to write comment.