Color Hex Logo

#80250b Color Hex

#80250B
(128,37,11)
0 Favorites   0 Comments

Color spaces of #80250b

RGB 1283711
HSL0.040.840.27
HSV13°91°50°
CMYK 0.000.710.91   0.50
XYZ9.62415.93650.9552
Yxy5.93650.58270.3594
Hunter Lab24.364927.868514.7311
CIE-Lab29.251737.996836.7713

#80250b color RGB value is (128,37,11).

#80250b hex color red value is 128, green value is 37 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #80250b hue: 0.04 , saturation: 0.84 and the lightness value of 80250b is 0.27.

The process color (four color CMYK) of #80250b color hex is 0.00, 0.71, 0.91, 0.50. Web safe color of #80250b is #993300. Color #80250b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 00001011
Octal 200 45 13
Decimal 128 37 11
Hex 80 25 B

RGB Percentages of Color #80250b

%72.73
%21.02
%6.25

CMYK Percentages of Color #80250b

%0
%71
%91
%50

Triadic Colors of #80250b

#80250b #0b8025 #250b80

Analogous Colors of #80250b

#80250b #80600b #800b2c

Monochromatic Colors of #80250b

#80250b

Complementary Color

#80250b #0b6680

#80250b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80250b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80250b Color CSS Codes

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

#80250b Text Font Color

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

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


#80250b Background Color

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

This div background color is #80250b


#80250b Border Color

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

This div border color is #80250b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,37,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80250b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80250b;
  -webkit-box-shadow: 1px 1px 3px 2px #80250b;
  box-shadow:         1px 1px 3px 2px #80250b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,37,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80250b


Comments

No comments written yet.

Please login to write comment.