Color Hex Logo

#b4380f Color Hex

#B4380F
(180,56,15)
0 Favorites   0 Comments

Color spaces of #b4380f

RGB 1805615
HSL0.040.850.38
HSV15°92°71°
CMYK 0.000.690.92   0.29
XYZ20.322812.56611.8063
Yxy12.56610.58580.3622
Hunter Lab35.448740.299221.7929
CIE-Lab42.102148.546749.1678

#b4380f color RGB value is (180,56,15).

#b4380f hex color red value is 180, green value is 56 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b4380f hue: 0.04 , saturation: 0.85 and the lightness value of b4380f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 00001111
Octal 264 70 17
Decimal 180 56 15
Hex B4 38 F

RGB Percentages of Color #b4380f

%71.71
%22.31
%5.98

CMYK Percentages of Color #b4380f

%0
%69
%92
%29

Triadic Colors of #b4380f

#b4380f #0fb438 #380fb4

Analogous Colors of #b4380f

#b4380f #b48b0f #b40f39

Monochromatic Colors of #b4380f

#b4380f

Complementary Color

#b4380f #0f8bb4

#b4380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4380f Color CSS Codes

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

#b4380f Text Font Color

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

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


#b4380f Background Color

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

This div background color is #b4380f


#b4380f Border Color

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

This div border color is #b4380f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,56,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4380f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4380f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4380f;
  box-shadow:         1px 1px 3px 2px #b4380f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,56,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4380f


Comments

No comments written yet.

Please login to write comment.