Color Hex Logo

#b81300 Color Hex

#B81300
(184,19,0)
0 Favorites   0 Comments

Color spaces of #b81300

RGB 184190
HSL0.021.000.36
HSV100°72°
CMYK 0.000.901.00   0.28
XYZ20.000010.65611.0027
Yxy10.65610.63170.3366
Hunter Lab32.643752.236221.0294
CIE-Lab38.995160.347252.8980

#b81300 color RGB value is (184,19,0).

#b81300 hex color red value is 184, green value is 19 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b81300 hue: 0.02 , saturation: 1.00 and the lightness value of b81300 is 0.36.

The process color (four color CMYK) of #b81300 color hex is 0.00, 0.90, 1.00, 0.28. Web safe color of #b81300 is #cc0000. Color #b81300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 00000000
Octal 270 23 0
Decimal 184 19 0
Hex B8 13 0

RGB Percentages of Color #b81300

%90.64
%9.36
%0.00

CMYK Percentages of Color #b81300

%0
%90
%100
%28

Triadic Colors of #b81300

#b81300 #00b813 #1300b8

Analogous Colors of #b81300

#b81300 #b86f00 #b80049

Monochromatic Colors of #b81300

#b81300

Complementary Color

#b81300 #00a5b8

#b81300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81300 Color CSS Codes

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

#b81300 Text Font Color

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

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


#b81300 Background Color

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

This div background color is #b81300


#b81300 Border Color

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

This div border color is #b81300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81300


Comments

No comments written yet.

Please login to write comment.