Color Hex Logo

#805460 Color Hex

#805460
(128,84,96)
0 Favorites   0 Comments

Color spaces of #805460

RGB 1288496
HSL0.950.210.42
HSV344°34°50°
CMYK 0.000.340.25   0.50
XYZ14.183711.774412.5914
Yxy11.77440.36790.3054
Hunter Lab34.313813.73412.2633
CIE-Lab40.855320.14230.5870

#805460 color RGB value is (128,84,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 01100000
Octal 200 124 140
Decimal 128 84 96
Hex 80 54 60

RGB Percentages of Color #805460

%41.56
%27.27
%31.17

CMYK Percentages of Color #805460

%0
%34
%25
%50

Triadic Colors of #805460

#805460 #608054 #546080

Analogous Colors of #805460

#805460 #805e54 #805476

Monochromatic Colors of #805460

#805460

Complementary Color

#805460 #548074

#805460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805460 Color CSS Codes

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

#805460 Text Font Color

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

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


#805460 Background Color

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

This div background color is #805460


#805460 Border Color

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

This div border color is #805460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805460


Comments

No comments written yet.

Please login to write comment.