Color Hex Logo

#b52525 Color Hex

#B52525
(181,37,37)
0 Favorites   0 Comments

Color spaces of #b52525

RGB 1813737
HSL0.000.660.43
HSV80°71°
CMYK 0.000.800.80   0.29
XYZ20.051611.28052.8708
Yxy11.28050.58630.3298
Hunter Lab33.586547.790818.4427
CIE-Lab40.048956.060437.1095

#b52525 color RGB value is (181,37,37).

#b52525 hex color red value is 181, green value is 37 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b52525 hue: 0.00 , saturation: 0.66 and the lightness value of b52525 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00100101
Octal 265 45 45
Decimal 181 37 37
Hex B5 25 25

RGB Percentages of Color #b52525

%70.98
%14.51
%14.51

CMYK Percentages of Color #b52525

%0
%80
%80
%29

Triadic Colors of #b52525

#b52525 #25b525 #2525b5

Analogous Colors of #b52525

#b52525 #b56d25 #b5256d

Monochromatic Colors of #b52525

#b52525

Complementary Color

#b52525 #25b5b5

#b52525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52525 Color CSS Codes

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

#b52525 Text Font Color

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

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


#b52525 Background Color

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

This div background color is #b52525


#b52525 Border Color

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

This div border color is #b52525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52525


Comments

No comments written yet.

Please login to write comment.