Color Hex Logo

#b7270e Color Hex

#B7270E
(183,39,14)
0 Favorites   0 Comments

Color spaces of #b7270e

RGB 1833914
HSL0.020.860.39
HSV92°72°
CMYK 0.000.790.92   0.28
XYZ20.333211.55001.5732
Yxy11.55000.60780.3452
Hunter Lab33.985347.321221.0451
CIE-Lab40.491855.538548.6874

#b7270e color RGB value is (183,39,14).

#b7270e hex color red value is 183, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b7270e hue: 0.02 , saturation: 0.86 and the lightness value of b7270e is 0.39.

The process color (four color CMYK) of #b7270e color hex is 0.00, 0.79, 0.92, 0.28. Web safe color of #b7270e is #cc3300. Color #b7270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100111 00001110
Octal 267 47 16
Decimal 183 39 14
Hex B7 27 E

RGB Percentages of Color #b7270e

%77.54
%16.53
%5.93

CMYK Percentages of Color #b7270e

%0
%79
%92
%28

Triadic Colors of #b7270e

#b7270e #0eb727 #270eb7

Analogous Colors of #b7270e

#b7270e #b77c0e #b70e4a

Monochromatic Colors of #b7270e

#b7270e

Complementary Color

#b7270e #0e9eb7

#b7270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7270e Color CSS Codes

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

#b7270e Text Font Color

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

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


#b7270e Background Color

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

This div background color is #b7270e


#b7270e Border Color

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

This div border color is #b7270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7270e


Comments

No comments written yet.

Please login to write comment.