Color Hex Logo

#805478 Color Hex

#805478
(128,84,120)
0 Favorites   0 Comments

Color spaces of #805478

RGB 12884120
HSL0.860.210.42
HSV311°34°50°
CMYK 0.000.340.06   0.50
XYZ15.462612.285919.3257
Yxy12.28590.32850.2610
Hunter Lab35.051217.4043-8.1540
CIE-Lab41.666924.3866-12.9713

#805478 color RGB value is (128,84,120).

#805478 hex color red value is 128, green value is 84 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #805478 hue: 0.86 , saturation: 0.21 and the lightness value of 805478 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 01111000
Octal 200 124 170
Decimal 128 84 120
Hex 80 54 78

RGB Percentages of Color #805478

%38.55
%25.30
%36.14

CMYK Percentages of Color #805478

%0
%34
%6
%50

Triadic Colors of #805478

#805478 #788054 #547880

Analogous Colors of #805478

#805478 #805462 #725480

Monochromatic Colors of #805478

#805478

Complementary Color

#805478 #54805c

#805478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805478 Color CSS Codes

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

#805478 Text Font Color

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

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


#805478 Background Color

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

This div background color is #805478


#805478 Border Color

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

This div border color is #805478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,84,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 #805478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805478


Comments

No comments written yet.

Please login to write comment.