Color Hex Logo

#b82309 Color Hex

#B82309
(184,35,9)
0 Favorites   0 Comments

Color spaces of #b82309

RGB 184359
HSL0.020.910.38
HSV95°72°
CMYK 0.000.810.95   0.28
XYZ20.417511.41211.3851
Yxy11.41210.61470.3436
Hunter Lab33.781848.766121.2163
CIE-Lab40.266156.924250.3226

#b82309 color RGB value is (184,35,9).

#b82309 hex color red value is 184, green value is 35 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b82309 hue: 0.02 , saturation: 0.91 and the lightness value of b82309 is 0.38.

The process color (four color CMYK) of #b82309 color hex is 0.00, 0.81, 0.95, 0.28. Web safe color of #b82309 is #cc3300. Color #b82309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100011 00001001
Octal 270 43 11
Decimal 184 35 9
Hex B8 23 9

RGB Percentages of Color #b82309

%80.70
%15.35
%3.95

CMYK Percentages of Color #b82309

%0
%81
%95
%28

Triadic Colors of #b82309

#b82309 #09b823 #2309b8

Analogous Colors of #b82309

#b82309 #b87b09 #b80947

Monochromatic Colors of #b82309

#b82309

Complementary Color

#b82309 #099eb8

#b82309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82309 Color CSS Codes

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

#b82309 Text Font Color

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

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


#b82309 Background Color

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

This div background color is #b82309


#b82309 Border Color

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

This div border color is #b82309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82309


Comments

No comments written yet.

Please login to write comment.