Color Hex Logo

#b8152e Color Hex

#B8152E
(184,21,46)
0 Favorites   0 Comments

Color spaces of #b8152e

RGB 1842146
HSL0.970.800.40
HSV351°89°72°
CMYK 0.000.890.75   0.28
XYZ20.528510.92393.6113
Yxy10.92390.58550.3115
Hunter Lab33.051353.028316.6577
CIE-Lab39.452060.974731.3483

#b8152e color RGB value is (184,21,46).

#b8152e hex color red value is 184, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b8152e hue: 0.97 , saturation: 0.80 and the lightness value of b8152e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 00101110
Octal 270 25 56
Decimal 184 21 46
Hex B8 15 2E

RGB Percentages of Color #b8152e

%73.31
%8.37
%18.33

CMYK Percentages of Color #b8152e

%0
%89
%75
%28

Triadic Colors of #b8152e

#b8152e #2eb815 #152eb8

Analogous Colors of #b8152e

#b8152e #b84e15 #b81580

Monochromatic Colors of #b8152e

#b8152e

Complementary Color

#b8152e #15b89f

#b8152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8152e Color CSS Codes

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

#b8152e Text Font Color

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

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


#b8152e Background Color

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

This div background color is #b8152e


#b8152e Border Color

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

This div border color is #b8152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8152e


Comments

No comments written yet.

Please login to write comment.