Color Hex Logo

#b0430e Color Hex

#B0430E
(176,67,14)
0 Favorites   0 Comments

Color spaces of #b0430e

RGB 1766714
HSL0.050.850.37
HSV20°92°69°
CMYK 0.000.620.92   0.31
XYZ19.990913.27611.9244
Yxy13.27610.56810.3773
Hunter Lab36.436434.170722.3740
CIE-Lab43.176342.279649.9317

#b0430e color RGB value is (176,67,14).

#b0430e hex color red value is 176, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b0430e hue: 0.05 , saturation: 0.85 and the lightness value of b0430e is 0.37.

The process color (four color CMYK) of #b0430e color hex is 0.00, 0.62, 0.92, 0.31. Web safe color of #b0430e is #993300. Color #b0430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 00001110
Octal 260 103 16
Decimal 176 67 14
Hex B0 43 E

RGB Percentages of Color #b0430e

%68.48
%26.07
%5.45

CMYK Percentages of Color #b0430e

%0
%62
%92
%31

Triadic Colors of #b0430e

#b0430e #0eb043 #430eb0

Analogous Colors of #b0430e

#b0430e #b0940e #b00e2a

Monochromatic Colors of #b0430e

#b0430e

Complementary Color

#b0430e #0e7bb0

#b0430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0430e Color CSS Codes

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

#b0430e Text Font Color

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

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


#b0430e Background Color

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

This div background color is #b0430e


#b0430e Border Color

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

This div border color is #b0430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0430e


Comments

No comments written yet.

Please login to write comment.