Color Hex Logo

#b52407 Color Hex

#B52407
(181,36,7)
0 Favorites   0 Comments

Color spaces of #b52407

RGB 181367
HSL0.030.930.37
HSV10°96°71°
CMYK 0.000.800.96   0.29
XYZ19.725311.10081.3041
Yxy11.10080.61390.3455
Hunter Lab33.317947.371821.0018
CIE-Lab39.749755.726750.3608

#b52407 color RGB value is (181,36,7).

#b52407 hex color red value is 181, green value is 36 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b52407 hue: 0.03 , saturation: 0.93 and the lightness value of b52407 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 00000111
Octal 265 44 7
Decimal 181 36 7
Hex B5 24 7

RGB Percentages of Color #b52407

%80.80
%16.07
%3.13

CMYK Percentages of Color #b52407

%0
%80
%96
%29

Triadic Colors of #b52407

#b52407 #07b524 #2407b5

Analogous Colors of #b52407

#b52407 #b57b07 #b50741

Monochromatic Colors of #b52407

#b52407

Complementary Color

#b52407 #0798b5

#b52407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52407 Color CSS Codes

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

#b52407 Text Font Color

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

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


#b52407 Background Color

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

This div background color is #b52407


#b52407 Border Color

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

This div border color is #b52407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52407


Comments

No comments written yet.

Please login to write comment.