Color Hex Logo

#805978 Color Hex

#805978
(128,89,120)
0 Favorites   0 Comments

Color spaces of #805978

RGB 12889120
HSL0.870.180.43
HSV312°30°50°
CMYK 0.000.300.06   0.50
XYZ15.864613.090019.4598
Yxy13.09000.32770.2704
Hunter Lab36.180114.9552-6.5636
CIE-Lab42.898521.4232-11.1072

#805978 color RGB value is (128,89,120).

#805978 hex color red value is 128, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #805978 hue: 0.87 , saturation: 0.18 and the lightness value of 805978 is 0.43.

The process color (four color CMYK) of #805978 color hex is 0.00, 0.30, 0.06, 0.50. Web safe color of #805978 is #996666. Color #805978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 01111000
Octal 200 131 170
Decimal 128 89 120
Hex 80 59 78

RGB Percentages of Color #805978

%37.98
%26.41
%35.61

CMYK Percentages of Color #805978

%0
%30
%6
%50

Triadic Colors of #805978

#805978 #788059 #597880

Analogous Colors of #805978

#805978 #805965 #755980

Monochromatic Colors of #805978

#805978

Complementary Color

#805978 #598061

#805978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805978 Color CSS Codes

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

#805978 Text Font Color

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

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


#805978 Background Color

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

This div background color is #805978


#805978 Border Color

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

This div border color is #805978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805978


Comments

No comments written yet.

Please login to write comment.