Color Hex Logo

#b52815 Color Hex

#B52815
(181,40,21)
0 Favorites   0 Comments

Color spaces of #b52815

RGB 1814021
HSL0.020.790.40
HSV88°71°
CMYK 0.000.780.88   0.29
XYZ19.950211.39551.8575
Yxy11.39550.60090.3432
Hunter Lab33.757246.416720.3676
CIE-Lab40.238854.739645.4777

#b52815 color RGB value is (181,40,21).

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

The process color (four color CMYK) of #b52815 color hex is 0.00, 0.78, 0.88, 0.29. Web safe color of #b52815 is #cc3300. Color #b52815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 00010101
Octal 265 50 25
Decimal 181 40 21
Hex B5 28 15

RGB Percentages of Color #b52815

%74.79
%16.53
%8.68

CMYK Percentages of Color #b52815

%0
%78
%88
%29

Triadic Colors of #b52815

#b52815 #15b528 #2815b5

Analogous Colors of #b52815

#b52815 #b57815 #b51552

Monochromatic Colors of #b52815

#b52815

Complementary Color

#b52815 #15a2b5

#b52815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52815 Color CSS Codes

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

#b52815 Text Font Color

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

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


#b52815 Background Color

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

This div background color is #b52815


#b52815 Border Color

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

This div border color is #b52815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52815


Comments

No comments written yet.

Please login to write comment.