Color Hex Logo

#80251f Color Hex

#80251F
(128,37,31)
0 Favorites   0 Comments

Color spaces of #80251f

RGB 1283731
HSL0.010.610.31
HSV76°50°
CMYK 0.000.710.76   0.50
XYZ9.81106.01131.9395
Yxy6.01130.55240.3384
Hunter Lab24.518028.521412.4724
CIE-Lab29.441038.680026.1141

#80251f color RGB value is (128,37,31).

#80251f hex color red value is 128, green value is 37 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80251f hue: 0.01 , saturation: 0.61 and the lightness value of 80251f is 0.31.

The process color (four color CMYK) of #80251f color hex is 0.00, 0.71, 0.76, 0.50. Web safe color of #80251f is #993333. Color #80251f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 00011111
Octal 200 45 37
Decimal 128 37 31
Hex 80 25 1F

RGB Percentages of Color #80251f

%65.31
%18.88
%15.82

CMYK Percentages of Color #80251f

%0
%71
%76
%50

Triadic Colors of #80251f

#80251f #1f8025 #251f80

Analogous Colors of #80251f

#80251f #80561f #801f49

Monochromatic Colors of #80251f

#80251f

Complementary Color

#80251f #1f7a80

#80251f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80251f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80251f Color CSS Codes

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

#80251f Text Font Color

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

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


#80251f Background Color

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

This div background color is #80251f


#80251f Border Color

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

This div border color is #80251f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80251f


Comments

No comments written yet.

Please login to write comment.