Color Hex Logo

#80093b Color Hex

#80093B
(128,9,59)
0 Favorites   0 Comments

Color spaces of #80093b

RGB 128959
HSL0.930.870.27
HSV335°93°50°
CMYK 0.000.930.54   0.50
XYZ9.78925.10034.6062
Yxy5.10030.50210.2616
Hunter Lab22.583837.85093.7159
CIE-Lab27.018648.94724.4821

#80093b color RGB value is (128,9,59).

#80093b hex color red value is 128, green value is 9 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #80093b hue: 0.93 , saturation: 0.87 and the lightness value of 80093b is 0.27.

The process color (four color CMYK) of #80093b color hex is 0.00, 0.93, 0.54, 0.50. Web safe color of #80093b is #990033. Color #80093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001001 00111011
Octal 200 11 73
Decimal 128 9 59
Hex 80 9 3B

RGB Percentages of Color #80093b

%65.31
%4.59
%30.10

CMYK Percentages of Color #80093b

%0
%93
%54
%50

Triadic Colors of #80093b

#80093b #3b8009 #093b80

Analogous Colors of #80093b

#80093b #801309 #800977

Monochromatic Colors of #80093b

#80093b

Complementary Color

#80093b #09804e

#80093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80093b Color CSS Codes

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

#80093b Text Font Color

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

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


#80093b Background Color

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

This div background color is #80093b


#80093b Border Color

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

This div border color is #80093b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80093b


Comments

No comments written yet.

Please login to write comment.