Color Hex Logo

#b44111 Color Hex

#B44111
(180,65,17)
0 Favorites   0 Comments

Color spaces of #b44111

RGB 1806517
HSL0.050.830.39
HSV18°91°71°
CMYK 0.000.640.91   0.29
XYZ20.813913.52442.0438
Yxy13.52440.57210.3717
Hunter Lab36.775536.668722.4478
CIE-Lab43.543044.725049.5079

#b44111 color RGB value is (180,65,17).

#b44111 hex color red value is 180, green value is 65 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b44111 hue: 0.05 , saturation: 0.83 and the lightness value of b44111 is 0.39.

The process color (four color CMYK) of #b44111 color hex is 0.00, 0.64, 0.91, 0.29. Web safe color of #b44111 is #cc3300. Color #b44111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 00010001
Octal 264 101 21
Decimal 180 65 17
Hex B4 41 11

RGB Percentages of Color #b44111

%68.70
%24.81
%6.49

CMYK Percentages of Color #b44111

%0
%64
%91
%29

Triadic Colors of #b44111

#b44111 #11b441 #4111b4

Analogous Colors of #b44111

#b44111 #b49311 #b41133

Monochromatic Colors of #b44111

#b44111

Complementary Color

#b44111 #1184b4

#b44111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44111 Color CSS Codes

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

#b44111 Text Font Color

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

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


#b44111 Background Color

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

This div background color is #b44111


#b44111 Border Color

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

This div border color is #b44111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44111


Comments

No comments written yet.

Please login to write comment.