Color Hex Logo

#b0382f Color Hex

#B0382F
(176,56,47)
0 Favorites   0 Comments

Color spaces of #b0382f

RGB 1765647
HSL0.010.580.44
HSV73°69°
CMYK 0.000.680.73   0.31
XYZ19.831812.26374.0112
Yxy12.26370.54930.3397
Hunter Lab35.019639.801417.7225
CIE-Lab41.632248.144532.8179

#b0382f color RGB value is (176,56,47).

#b0382f hex color red value is 176, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b0382f hue: 0.01 , saturation: 0.58 and the lightness value of b0382f is 0.44.

The process color (four color CMYK) of #b0382f color hex is 0.00, 0.68, 0.73, 0.31. Web safe color of #b0382f is #993333. Color #b0382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 00101111
Octal 260 70 57
Decimal 176 56 47
Hex B0 38 2F

RGB Percentages of Color #b0382f

%63.08
%20.07
%16.85

CMYK Percentages of Color #b0382f

%0
%68
%73
%31

Triadic Colors of #b0382f

#b0382f #2fb038 #382fb0

Analogous Colors of #b0382f

#b0382f #b0792f #b02f67

Monochromatic Colors of #b0382f

#b0382f

Complementary Color

#b0382f #2fa7b0

#b0382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0382f Color CSS Codes

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

#b0382f Text Font Color

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

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


#b0382f Background Color

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

This div background color is #b0382f


#b0382f Border Color

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

This div border color is #b0382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0382f


Comments

No comments written yet.

Please login to write comment.