Color Hex Logo

#80390a Color Hex

#80390A
(128,57,10)
0 Favorites   0 Comments

Color spaces of #80390a

RGB 1285710
HSL0.070.860.27
HSV24°92°50°
CMYK 0.000.550.92   0.50
XYZ10.42007.53741.1928
Yxy7.53740.54410.3936
Hunter Lab27.454319.702716.6421
CIE-Lab33.000328.094040.0645

#80390a color RGB value is (128,57,10).

#80390a hex color red value is 128, green value is 57 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #80390a hue: 0.07 , saturation: 0.86 and the lightness value of 80390a is 0.27.

The process color (four color CMYK) of #80390a color hex is 0.00, 0.55, 0.92, 0.50. Web safe color of #80390a is #993300. Color #80390a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111001 00001010
Octal 200 71 12
Decimal 128 57 10
Hex 80 39 A

RGB Percentages of Color #80390a

%65.64
%29.23
%5.13

CMYK Percentages of Color #80390a

%0
%55
%92
%50

Triadic Colors of #80390a

#80390a #0a8039 #390a80

Analogous Colors of #80390a

#80390a #80740a #800a16

Monochromatic Colors of #80390a

#80390a

Complementary Color

#80390a #0a5180

#80390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80390a Color CSS Codes

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

#80390a Text Font Color

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

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


#80390a Background Color

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

This div background color is #80390a


#80390a Border Color

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

This div border color is #80390a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,57,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80390a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80390a;
  -webkit-box-shadow: 1px 1px 3px 2px #80390a;
  box-shadow:         1px 1px 3px 2px #80390a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80390a


Comments

No comments written yet.

Please login to write comment.