Color Hex Logo

#b82137 Color Hex

#B82137
(184,33,55)
0 Favorites   0 Comments

Color spaces of #b82137

RGB 1843355
HSL0.980.700.43
HSV351°82°72°
CMYK 0.000.820.70   0.28
XYZ21.000611.55394.7377
Yxy11.55390.56310.3098
Hunter Lab33.991050.798015.5298
CIE-Lab40.498158.747727.0657

#b82137 color RGB value is (184,33,55).

#b82137 hex color red value is 184, green value is 33 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b82137 hue: 0.98 , saturation: 0.70 and the lightness value of b82137 is 0.43.

The process color (four color CMYK) of #b82137 color hex is 0.00, 0.82, 0.70, 0.28. Web safe color of #b82137 is #cc3333. Color #b82137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100001 00110111
Octal 270 41 67
Decimal 184 33 55
Hex B8 21 37

RGB Percentages of Color #b82137

%67.65
%12.13
%20.22

CMYK Percentages of Color #b82137

%0
%82
%70
%28

Triadic Colors of #b82137

#b82137 #37b821 #2137b8

Analogous Colors of #b82137

#b82137 #b85721 #b82183

Monochromatic Colors of #b82137

#b82137

Complementary Color

#b82137 #21b8a2

#b82137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82137 Color CSS Codes

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

#b82137 Text Font Color

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

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


#b82137 Background Color

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

This div background color is #b82137


#b82137 Border Color

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

This div border color is #b82137


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,33,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 #b82137">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82137


Comments

No comments written yet.

Please login to write comment.