Color Hex Logo

#b5381d Color Hex

#B5381D
(181,56,29)
0 Favorites   0 Comments

Color spaces of #b5381d

RGB 1815629
HSL0.030.720.41
HSV11°84°71°
CMYK 0.000.690.84   0.29
XYZ20.692012.74082.5310
Yxy12.74080.57540.3543
Hunter Lab35.694341.011720.7819
CIE-Lab42.370149.191143.5594

#b5381d color RGB value is (181,56,29).

#b5381d hex color red value is 181, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b5381d hue: 0.03 , saturation: 0.72 and the lightness value of b5381d is 0.41.

The process color (four color CMYK) of #b5381d color hex is 0.00, 0.69, 0.84, 0.29. Web safe color of #b5381d is #cc3333. Color #b5381d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 00011101
Octal 265 70 35
Decimal 181 56 29
Hex B5 38 1D

RGB Percentages of Color #b5381d

%68.05
%21.05
%10.90

CMYK Percentages of Color #b5381d

%0
%69
%84
%29

Triadic Colors of #b5381d

#b5381d #1db538 #381db5

Analogous Colors of #b5381d

#b5381d #b5841d #b51d4e

Monochromatic Colors of #b5381d

#b5381d

Complementary Color

#b5381d #1d9ab5

#b5381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5381d Color CSS Codes

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

#b5381d Text Font Color

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

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


#b5381d Background Color

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

This div background color is #b5381d


#b5381d Border Color

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

This div border color is #b5381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5381d


Comments

No comments written yet.

Please login to write comment.