Color Hex Logo

#b84507 Color Hex

#B84507
(184,69,7)
0 Favorites   0 Comments

Color spaces of #b84507

RGB 184697
HSL0.060.930.37
HSV21°96°72°
CMYK 0.000.630.96   0.28
XYZ21.933614.46191.8364
Yxy14.46190.57370.3783
Hunter Lab38.028836.401823.7571
CIE-Lab44.888244.236853.6897

#b84507 color RGB value is (184,69,7).

#b84507 hex color red value is 184, green value is 69 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b84507 hue: 0.06 , saturation: 0.93 and the lightness value of b84507 is 0.37.

The process color (four color CMYK) of #b84507 color hex is 0.00, 0.63, 0.96, 0.28. Web safe color of #b84507 is #cc3300. Color #b84507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 00000111
Octal 270 105 7
Decimal 184 69 7
Hex B8 45 7

RGB Percentages of Color #b84507

%70.77
%26.54
%2.69

CMYK Percentages of Color #b84507

%0
%63
%96
%28

Triadic Colors of #b84507

#b84507 #07b845 #4507b8

Analogous Colors of #b84507

#b84507 #b89e07 #b80722

Monochromatic Colors of #b84507

#b84507

Complementary Color

#b84507 #077ab8

#b84507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84507 Color CSS Codes

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

#b84507 Text Font Color

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

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


#b84507 Background Color

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

This div background color is #b84507


#b84507 Border Color

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

This div border color is #b84507


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,69,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b84507; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b84507;
  -webkit-box-shadow: 1px 1px 3px 2px #b84507;
  box-shadow:         1px 1px 3px 2px #b84507; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,69,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84507

#b84507 Color Palettes


Comments

No comments written yet.

Please login to write comment.