Color Hex Logo

#b45d0a Color Hex

#B45D0A
(180,93,10)
0 Favorites   0 Comments

Color spaces of #b45d0a

RGB 1809310
HSL0.080.890.37
HSV29°94°71°
CMYK 0.000.480.94   0.29
XYZ22.791517.55392.4742
Yxy17.55390.53230.4100
Hunter Lab41.897423.780725.8269
CIE-Lab48.950530.674355.3352

#b45d0a color RGB value is (180,93,10).

#b45d0a hex color red value is 180, green value is 93 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b45d0a hue: 0.08 , saturation: 0.89 and the lightness value of b45d0a is 0.37.

The process color (four color CMYK) of #b45d0a color hex is 0.00, 0.48, 0.94, 0.29. Web safe color of #b45d0a is #cc6600. Color #b45d0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 00001010
Octal 264 135 12
Decimal 180 93 10
Hex B4 5D A

RGB Percentages of Color #b45d0a

%63.60
%32.86
%3.53

CMYK Percentages of Color #b45d0a

%0
%48
%94
%29

Triadic Colors of #b45d0a

#b45d0a #0ab45d #5d0ab4

Analogous Colors of #b45d0a

#b45d0a #b4b20a #b40a0c

Monochromatic Colors of #b45d0a

#b45d0a

Complementary Color

#b45d0a #0a61b4

#b45d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45d0a Color CSS Codes

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

#b45d0a Text Font Color

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

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


#b45d0a Background Color

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

This div background color is #b45d0a


#b45d0a Border Color

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

This div border color is #b45d0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45d0a


Comments

No comments written yet.

Please login to write comment.