Color Hex Logo

#b93307 Color Hex

#B93307
(185,51,7)
0 Favorites   0 Comments

Color spaces of #b93307

RGB 185517
HSL0.040.930.38
HSV15°96°73°
CMYK 0.000.720.96   0.27
XYZ21.229812.69731.5329
Yxy12.69730.59870.3581
Hunter Lab35.633343.989622.3927
CIE-Lab42.303652.061452.2307

#b93307 color RGB value is (185,51,7).

#b93307 hex color red value is 185, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b93307 hue: 0.04 , saturation: 0.93 and the lightness value of b93307 is 0.38.

The process color (four color CMYK) of #b93307 color hex is 0.00, 0.72, 0.96, 0.27. Web safe color of #b93307 is #cc3300. Color #b93307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 00000111
Octal 271 63 7
Decimal 185 51 7
Hex B9 33 7

RGB Percentages of Color #b93307

%76.13
%20.99
%2.88

CMYK Percentages of Color #b93307

%0
%72
%96
%27

Triadic Colors of #b93307

#b93307 #07b933 #3307b9

Analogous Colors of #b93307

#b93307 #b98c07 #b90734

Monochromatic Colors of #b93307

#b93307

Complementary Color

#b93307 #078db9

#b93307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93307 Color CSS Codes

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

#b93307 Text Font Color

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

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


#b93307 Background Color

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

This div background color is #b93307


#b93307 Border Color

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

This div border color is #b93307


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,51,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 #b93307">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93307


Comments

No comments written yet.

Please login to write comment.