Color Hex Logo

#b52008 Color Hex

#B52008
(181,32,8)
0 Favorites   0 Comments

Color spaces of #b52008

RGB 181328
HSL0.020.920.37
HSV96°71°
CMYK 0.000.820.96   0.29
XYZ19.616410.87431.2948
Yxy10.87430.61710.3421
Hunter Lab32.976248.475120.7553
CIE-Lab39.367956.826649.8116

#b52008 color RGB value is (181,32,8).

#b52008 hex color red value is 181, green value is 32 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b52008 hue: 0.02 , saturation: 0.92 and the lightness value of b52008 is 0.37.

The process color (four color CMYK) of #b52008 color hex is 0.00, 0.82, 0.96, 0.29. Web safe color of #b52008 is #cc3300. Color #b52008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 00001000
Octal 265 40 10
Decimal 181 32 8
Hex B5 20 8

RGB Percentages of Color #b52008

%81.90
%14.48
%3.62

CMYK Percentages of Color #b52008

%0
%82
%96
%29

Triadic Colors of #b52008

#b52008 #08b520 #2008b5

Analogous Colors of #b52008

#b52008 #b57708 #b50846

Monochromatic Colors of #b52008

#b52008

Complementary Color

#b52008 #089db5

#b52008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52008 Color CSS Codes

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

#b52008 Text Font Color

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

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


#b52008 Background Color

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

This div background color is #b52008


#b52008 Border Color

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

This div border color is #b52008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,32,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52008;
  -webkit-box-shadow: 1px 1px 3px 2px #b52008;
  box-shadow:         1px 1px 3px 2px #b52008; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,32,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52008


Comments

No comments written yet.

Please login to write comment.