Color Hex Logo

#b44203 Color Hex

#B44203
(180,66,3)
0 Favorites   0 Comments

Color spaces of #b44203

RGB 180663
HSL0.060.970.36
HSV21°98°71°
CMYK 0.000.630.98   0.29
XYZ20.787013.60631.6168
Yxy13.60630.57730.3778
Hunter Lab36.886736.039423.2219
CIE-Lab43.662944.078053.7090

#b44203 color RGB value is (180,66,3).

#b44203 hex color red value is 180, green value is 66 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b44203 hue: 0.06 , saturation: 0.97 and the lightness value of b44203 is 0.36.

The process color (four color CMYK) of #b44203 color hex is 0.00, 0.63, 0.98, 0.29. Web safe color of #b44203 is #cc3300. Color #b44203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000010 00000011
Octal 264 102 3
Decimal 180 66 3
Hex B4 42 3

RGB Percentages of Color #b44203

%72.29
%26.51
%1.20

CMYK Percentages of Color #b44203

%0
%63
%98
%29

Triadic Colors of #b44203

#b44203 #03b442 #4203b4

Analogous Colors of #b44203

#b44203 #b49b03 #b4031d

Monochromatic Colors of #b44203

#b44203

Complementary Color

#b44203 #0375b4

#b44203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44203 Color CSS Codes

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

#b44203 Text Font Color

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

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


#b44203 Background Color

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

This div background color is #b44203


#b44203 Border Color

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

This div border color is #b44203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44203


Comments

No comments written yet.

Please login to write comment.