Color Hex Logo

#b53237 Color Hex

#B53237
(181,50,55)
0 Favorites   0 Comments

Color spaces of #b53237

RGB 1815055
HSL0.990.570.45
HSV358°72°71°
CMYK 0.000.720.70   0.29
XYZ20.886212.38084.9033
Yxy12.38080.54720.3244
Hunter Lab35.186444.379316.3683
CIE-Lab41.815052.521528.5260

#b53237 color RGB value is (181,50,55).

#b53237 hex color red value is 181, green value is 50 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b53237 hue: 0.99 , saturation: 0.57 and the lightness value of b53237 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 00110111
Octal 265 62 67
Decimal 181 50 55
Hex B5 32 37

RGB Percentages of Color #b53237

%63.29
%17.48
%19.23

CMYK Percentages of Color #b53237

%0
%72
%70
%29

Triadic Colors of #b53237

#b53237 #37b532 #3237b5

Analogous Colors of #b53237

#b53237 #b56f32 #b53279

Monochromatic Colors of #b53237

#b53237

Complementary Color

#b53237 #32b5b0

#b53237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53237 Color CSS Codes

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

#b53237 Text Font Color

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

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


#b53237 Background Color

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

This div background color is #b53237


#b53237 Border Color

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

This div border color is #b53237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53237


Comments

No comments written yet.

Please login to write comment.