Color Hex Logo

#b52939 Color Hex

#B52939
(181,41,57)
0 Favorites   0 Comments

Color spaces of #b52939

RGB 1814157
HSL0.980.630.44
HSV353°77°71°
CMYK 0.000.770.69   0.29
XYZ20.587511.70505.0451
Yxy11.70500.55140.3135
Hunter Lab34.212647.540815.2057
CIE-Lab40.743455.695625.9989

#b52939 color RGB value is (181,41,57).

#b52939 hex color red value is 181, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b52939 hue: 0.98 , saturation: 0.63 and the lightness value of b52939 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 00111001
Octal 265 51 71
Decimal 181 41 57
Hex B5 29 39

RGB Percentages of Color #b52939

%64.87
%14.70
%20.43

CMYK Percentages of Color #b52939

%0
%77
%69
%29

Triadic Colors of #b52939

#b52939 #39b529 #2939b5

Analogous Colors of #b52939

#b52939 #b55f29 #b5297f

Monochromatic Colors of #b52939

#b52939

Complementary Color

#b52939 #29b5a5

#b52939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52939 Color CSS Codes

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

#b52939 Text Font Color

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

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


#b52939 Background Color

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

This div background color is #b52939


#b52939 Border Color

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

This div border color is #b52939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52939


Comments

No comments written yet.

Please login to write comment.