Color Hex Logo

#b81503 Color Hex

#B81503
(184,21,3)
0 Favorites   0 Comments

Color spaces of #b81503

RGB 184213
HSL0.020.970.37
HSV98°72°
CMYK 0.000.890.98   0.28
XYZ20.051810.73331.1010
Yxy10.73330.62890.3366
Hunter Lab32.761751.917920.9407
CIE-Lab39.127660.032751.7989

#b81503 color RGB value is (184,21,3).

#b81503 hex color red value is 184, green value is 21 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b81503 hue: 0.02 , saturation: 0.97 and the lightness value of b81503 is 0.37.

The process color (four color CMYK) of #b81503 color hex is 0.00, 0.89, 0.98, 0.28. Web safe color of #b81503 is #cc0000. Color #b81503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 00000011
Octal 270 25 3
Decimal 184 21 3
Hex B8 15 3

RGB Percentages of Color #b81503

%88.46
%10.10
%1.44

CMYK Percentages of Color #b81503

%0
%89
%98
%28

Triadic Colors of #b81503

#b81503 #03b815 #1503b8

Analogous Colors of #b81503

#b81503 #b87003 #b8034b

Monochromatic Colors of #b81503

#b81503

Complementary Color

#b81503 #03a6b8

#b81503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81503 Color CSS Codes

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

#b81503 Text Font Color

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

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


#b81503 Background Color

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

This div background color is #b81503


#b81503 Border Color

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

This div border color is #b81503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81503


Comments

No comments written yet.

Please login to write comment.