Color Hex Logo

#b03914 Color Hex

#B03914
(176,57,20)
0 Favorites   0 Comments

Color spaces of #b03914

RGB 1765720
HSL0.040.800.38
HSV14°89°69°
CMYK 0.000.680.89   0.31
XYZ19.493912.20691.9905
Yxy12.20690.57860.3623
Hunter Lab34.938438.452121.0790
CIE-Lab41.543146.834646.5260

#b03914 color RGB value is (176,57,20).

#b03914 hex color red value is 176, green value is 57 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b03914 hue: 0.04 , saturation: 0.80 and the lightness value of b03914 is 0.38.

The process color (four color CMYK) of #b03914 color hex is 0.00, 0.68, 0.89, 0.31. Web safe color of #b03914 is #993300. Color #b03914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111001 00010100
Octal 260 71 24
Decimal 176 57 20
Hex B0 39 14

RGB Percentages of Color #b03914

%69.57
%22.53
%7.91

CMYK Percentages of Color #b03914

%0
%68
%89
%31

Triadic Colors of #b03914

#b03914 #14b039 #3914b0

Analogous Colors of #b03914

#b03914 #b08714 #b0143d

Monochromatic Colors of #b03914

#b03914

Complementary Color

#b03914 #148bb0

#b03914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03914 Color CSS Codes

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

#b03914 Text Font Color

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

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


#b03914 Background Color

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

This div background color is #b03914


#b03914 Border Color

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

This div border color is #b03914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,57,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03914;
  -webkit-box-shadow: 1px 1px 3px 2px #b03914;
  box-shadow:         1px 1px 3px 2px #b03914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,57,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03914

#b03914 Color Palettes


Comments

No comments written yet.

Please login to write comment.