Color Hex Logo

#800740 Color Hex

#800740
(128,7,64)
0 Favorites   0 Comments

Color spaces of #800740

RGB 128764
HSL0.920.900.26
HSV332°95°50°
CMYK 0.000.950.50   0.50
XYZ9.90355.11135.3151
Yxy5.11130.48710.2514
Hunter Lab22.608238.62751.8869
CIE-Lab27.049549.72261.1295

#800740 color RGB value is (128,7,64).

#800740 hex color red value is 128, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #800740 hue: 0.92 , saturation: 0.90 and the lightness value of 800740 is 0.26.

The process color (four color CMYK) of #800740 color hex is 0.00, 0.95, 0.50, 0.50. Web safe color of #800740 is #990033. Color #800740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000111 01000000
Octal 200 7 100
Decimal 128 7 64
Hex 80 7 40

RGB Percentages of Color #800740

%64.32
%3.52
%32.16

CMYK Percentages of Color #800740

%0
%95
%50
%50

Triadic Colors of #800740

#800740 #408007 #074080

Analogous Colors of #800740

#800740 #800b07 #80077d

Monochromatic Colors of #800740

#800740

Complementary Color

#800740 #078047

#800740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800740 Color CSS Codes

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

#800740 Text Font Color

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

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


#800740 Background Color

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

This div background color is #800740


#800740 Border Color

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

This div border color is #800740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,7,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800740;
  -webkit-box-shadow: 1px 1px 3px 2px #800740;
  box-shadow:         1px 1px 3px 2px #800740; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800740


Comments

No comments written yet.

Please login to write comment.