Color Hex Logo

#b5340e Color Hex

#B5340E
(181,52,14)
0 Favorites   0 Comments

Color spaces of #b5340e

RGB 1815214
HSL0.040.860.38
HSV14°92°71°
CMYK 0.000.710.92   0.29
XYZ20.363312.31141.7185
Yxy12.31140.59210.3580
Hunter Lab35.087642.190221.6575
CIE-Lab41.706850.448849.3266

#b5340e color RGB value is (181,52,14).

#b5340e hex color red value is 181, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b5340e hue: 0.04 , saturation: 0.86 and the lightness value of b5340e is 0.38.

The process color (four color CMYK) of #b5340e color hex is 0.00, 0.71, 0.92, 0.29. Web safe color of #b5340e is #cc3300. Color #b5340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 00001110
Octal 265 64 16
Decimal 181 52 14
Hex B5 34 E

RGB Percentages of Color #b5340e

%73.28
%21.05
%5.67

CMYK Percentages of Color #b5340e

%0
%71
%92
%29

Triadic Colors of #b5340e

#b5340e #0eb534 #340eb5

Analogous Colors of #b5340e

#b5340e #b5880e #b50e3b

Monochromatic Colors of #b5340e

#b5340e

Complementary Color

#b5340e #0e8fb5

#b5340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5340e Color CSS Codes

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

#b5340e Text Font Color

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

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


#b5340e Background Color

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

This div background color is #b5340e


#b5340e Border Color

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

This div border color is #b5340e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5340e


Comments

No comments written yet.

Please login to write comment.