Color Hex Logo

#b7013e Color Hex

#B7013E
(183,1,62)
0 Favorites   0 Comments

Color spaces of #b7013e

RGB 183162
HSL0.940.990.36
HSV340°99°72°
CMYK 0.000.990.66   0.28
XYZ20.408810.43685.4963
Yxy10.43680.56160.2872
Hunter Lab32.306056.228812.5271
CIE-Lab38.615263.997320.2490

#b7013e color RGB value is (183,1,62).

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

The process color (four color CMYK) of #b7013e color hex is 0.00, 0.99, 0.66, 0.28. Web safe color of #b7013e is #cc0033. Color #b7013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000001 00111110
Octal 267 1 76
Decimal 183 1 62
Hex B7 1 3E

RGB Percentages of Color #b7013e

%74.39
%0.41
%25.20

CMYK Percentages of Color #b7013e

%0
%99
%66
%28

Triadic Colors of #b7013e

#b7013e #3eb701 #013eb7

Analogous Colors of #b7013e

#b7013e #b71f01 #b70199

Monochromatic Colors of #b7013e

#b7013e

Complementary Color

#b7013e #01b77a

#b7013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7013e Color CSS Codes

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

#b7013e Text Font Color

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

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


#b7013e Background Color

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

This div background color is #b7013e


#b7013e Border Color

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

This div border color is #b7013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7013e


Comments

No comments written yet.

Please login to write comment.