Color Hex Logo

#b51207 Color Hex

#B51207
(181,18,7)
0 Favorites   0 Comments

Color spaces of #b51207

RGB 181187
HSL0.010.930.37
HSV96°71°
CMYK 0.000.900.96   0.29
XYZ19.310710.27171.1659
Yxy10.27170.62800.3341
Hunter Lab32.049551.464520.2778
CIE-Lab38.325759.776049.5828

#b51207 color RGB value is (181,18,7).

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

The process color (four color CMYK) of #b51207 color hex is 0.00, 0.90, 0.96, 0.29. Web safe color of #b51207 is #cc0000. Color #b51207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 00000111
Octal 265 22 7
Decimal 181 18 7
Hex B5 12 7

RGB Percentages of Color #b51207

%87.86
%8.74
%3.40

CMYK Percentages of Color #b51207

%0
%90
%96
%29

Triadic Colors of #b51207

#b51207 #07b512 #1207b5

Analogous Colors of #b51207

#b51207 #b56907 #b50753

Monochromatic Colors of #b51207

#b51207

Complementary Color

#b51207 #07aab5

#b51207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51207 Color CSS Codes

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

#b51207 Text Font Color

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

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


#b51207 Background Color

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

This div background color is #b51207


#b51207 Border Color

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

This div border color is #b51207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51207


Comments

No comments written yet.

Please login to write comment.