Color Hex Logo

#804e70 Color Hex

#804E70
(128,78,112)
0 Favorites   0 Comments

Color spaces of #804e70

RGB 12878112
HSL0.890.240.40
HSV319°39°50°
CMYK 0.000.390.13   0.50
XYZ14.551111.207816.7256
Yxy11.20780.34250.2638
Hunter Lab33.478118.9977-6.1866
CIE-Lab39.928326.4085-10.6837

#804e70 color RGB value is (128,78,112).

#804e70 hex color red value is 128, green value is 78 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #804e70 hue: 0.89 , saturation: 0.24 and the lightness value of 804e70 is 0.40.

The process color (four color CMYK) of #804e70 color hex is 0.00, 0.39, 0.13, 0.50. Web safe color of #804e70 is #996666. Color #804e70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 01110000
Octal 200 116 160
Decimal 128 78 112
Hex 80 4E 70

RGB Percentages of Color #804e70

%40.25
%24.53
%35.22

CMYK Percentages of Color #804e70

%0
%39
%13
%50

Triadic Colors of #804e70

#804e70 #70804e #4e7080

Analogous Colors of #804e70

#804e70 #804e57 #774e80

Monochromatic Colors of #804e70

#804e70

Complementary Color

#804e70 #4e805e

#804e70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804e70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804e70 Color CSS Codes

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

#804e70 Text Font Color

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

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


#804e70 Background Color

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

This div background color is #804e70


#804e70 Border Color

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

This div border color is #804e70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,78,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804e70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804e70;
  -webkit-box-shadow: 1px 1px 3px 2px #804e70;
  box-shadow:         1px 1px 3px 2px #804e70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804e70


Comments

No comments written yet.

Please login to write comment.