Color Hex Logo

#80112d Color Hex

#80112D
(128,17,45)
1 Favorites   0 Comments

Color spaces of #80112d

RGB 1281745
HSL0.960.770.28
HSV345°87°50°
CMYK 0.000.870.65   0.50
XYZ9.57625.17962.9777
Yxy5.17960.54000.2921
Hunter Lab22.758735.27978.1737
CIE-Lab27.240446.278714.2960

#80112d color RGB value is (128,17,45).

#80112d hex color red value is 128, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #80112d hue: 0.96 , saturation: 0.77 and the lightness value of 80112d is 0.28.

The process color (four color CMYK) of #80112d color hex is 0.00, 0.87, 0.65, 0.50. Web safe color of #80112d is #990033. Color #80112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 00101101
Octal 200 21 55
Decimal 128 17 45
Hex 80 11 2D

RGB Percentages of Color #80112d

%67.37
%8.95
%23.68

CMYK Percentages of Color #80112d

%0
%87
%65
%50

Triadic Colors of #80112d

#80112d #2d8011 #112d80

Analogous Colors of #80112d

#80112d #802c11 #801165

Monochromatic Colors of #80112d

#80112d

Complementary Color

#80112d #118064

#80112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80112d Color CSS Codes

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

#80112d Text Font Color

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

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


#80112d Background Color

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

This div background color is #80112d


#80112d Border Color

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

This div border color is #80112d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,17,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80112d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80112d;
  -webkit-box-shadow: 1px 1px 3px 2px #80112d;
  box-shadow:         1px 1px 3px 2px #80112d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80112d


Comments

No comments written yet.

Please login to write comment.