Color Hex Logo

#b8092e Color Hex

#B8092E
(184,9,46)
0 Favorites   0 Comments

Color spaces of #b8092e

RGB 184946
HSL0.960.910.38
HSV347°95°72°
CMYK 0.000.950.75   0.28
XYZ20.358010.58303.5545
Yxy10.58300.59020.3068
Hunter Lab32.531554.773916.2938
CIE-Lab38.869162.654530.6819

#b8092e color RGB value is (184,9,46).

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

The process color (four color CMYK) of #b8092e color hex is 0.00, 0.95, 0.75, 0.28. Web safe color of #b8092e is #cc0033. Color #b8092e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001001 00101110
Octal 270 11 56
Decimal 184 9 46
Hex B8 9 2E

RGB Percentages of Color #b8092e

%76.99
%3.77
%19.25

CMYK Percentages of Color #b8092e

%0
%95
%75
%28

Triadic Colors of #b8092e

#b8092e #2eb809 #092eb8

Analogous Colors of #b8092e

#b8092e #b83c09 #b80986

Monochromatic Colors of #b8092e

#b8092e

Complementary Color

#b8092e #09b893

#b8092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8092e Color CSS Codes

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

#b8092e Text Font Color

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

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


#b8092e Background Color

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

This div background color is #b8092e


#b8092e Border Color

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

This div border color is #b8092e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8092e


Comments

No comments written yet.

Please login to write comment.