Color Hex Logo

#b51505 Color Hex

#B51505
(181,21,5)
0 Favorites   0 Comments

Color spaces of #b51505

RGB 181215
HSL0.020.950.36
HSV97°71°
CMYK 0.000.880.97   0.29
XYZ19.351610.37101.1254
Yxy10.37100.62730.3362
Hunter Lab32.204050.904720.4709
CIE-Lab38.500259.231250.4001

#b51505 color RGB value is (181,21,5).

#b51505 hex color red value is 181, green value is 21 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b51505 hue: 0.02 , saturation: 0.95 and the lightness value of b51505 is 0.36.

The process color (four color CMYK) of #b51505 color hex is 0.00, 0.88, 0.97, 0.29. Web safe color of #b51505 is #cc0000. Color #b51505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 00000101
Octal 265 25 5
Decimal 181 21 5
Hex B5 15 5

RGB Percentages of Color #b51505

%87.44
%10.14
%2.42

CMYK Percentages of Color #b51505

%0
%88
%97
%29

Triadic Colors of #b51505

#b51505 #05b515 #1505b5

Analogous Colors of #b51505

#b51505 #b56d05 #b5054d

Monochromatic Colors of #b51505

#b51505

Complementary Color

#b51505 #05a5b5

#b51505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51505 Color CSS Codes

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

#b51505 Text Font Color

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

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


#b51505 Background Color

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

This div background color is #b51505


#b51505 Border Color

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

This div border color is #b51505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51505


Comments

No comments written yet.

Please login to write comment.