Color Hex Logo

#b81327 Color Hex

#B81327
(184,19,39)
0 Favorites   0 Comments

Color spaces of #b81327

RGB 1841939
HSL0.980.810.40
HSV353°90°72°
CMYK 0.000.900.79   0.28
XYZ20.366210.80262.9311
Yxy10.80260.59730.3168
Hunter Lab32.867353.089617.7196
CIE-Lab39.246061.070035.3112

#b81327 color RGB value is (184,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 00100111
Octal 270 23 47
Decimal 184 19 39
Hex B8 13 27

RGB Percentages of Color #b81327

%76.03
%7.85
%16.12

CMYK Percentages of Color #b81327

%0
%90
%79
%28

Triadic Colors of #b81327

#b81327 #27b813 #1327b8

Analogous Colors of #b81327

#b81327 #b85213 #b8137a

Monochromatic Colors of #b81327

#b81327

Complementary Color

#b81327 #13b8a4

#b81327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81327 Color CSS Codes

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

#b81327 Text Font Color

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

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


#b81327 Background Color

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

This div background color is #b81327


#b81327 Border Color

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

This div border color is #b81327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81327


Comments

No comments written yet.

Please login to write comment.