Color Hex Logo

#b81337 Color Hex

#B81337
(184,19,55)
0 Favorites   0 Comments

Color spaces of #b81337

RGB 1841955
HSL0.960.810.40
HSV347°90°72°
CMYK 0.000.900.70   0.28
XYZ20.689610.93194.6340
Yxy10.93190.57070.3015
Hunter Lab33.063453.836314.8346
CIE-Lab39.465561.699125.8024

#b81337 color RGB value is (184,19,55).

#b81337 hex color red value is 184, green value is 19 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b81337 hue: 0.96 , saturation: 0.81 and the lightness value of b81337 is 0.40.

The process color (four color CMYK) of #b81337 color hex is 0.00, 0.90, 0.70, 0.28. Web safe color of #b81337 is #cc0033. Color #b81337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 00110111
Octal 270 23 67
Decimal 184 19 55
Hex B8 13 37

RGB Percentages of Color #b81337

%71.32
%7.36
%21.32

CMYK Percentages of Color #b81337

%0
%90
%70
%28

Triadic Colors of #b81337

#b81337 #37b813 #1337b8

Analogous Colors of #b81337

#b81337 #b84113 #b8138a

Monochromatic Colors of #b81337

#b81337

Complementary Color

#b81337 #13b894

#b81337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81337 Color CSS Codes

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

#b81337 Text Font Color

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

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


#b81337 Background Color

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

This div background color is #b81337


#b81337 Border Color

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

This div border color is #b81337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81337


Comments

No comments written yet.

Please login to write comment.