Color Hex Logo

#805469 Color Hex

#805469
(128,84,105)
0 Favorites   0 Comments

Color spaces of #805469

RGB 12884105
HSL0.920.210.42
HSV331°34°50°
CMYK 0.000.340.18   0.50
XYZ14.622211.949814.9005
Yxy11.94980.35260.2881
Hunter Lab34.568515.0093-1.3586
CIE-Lab41.136221.6368-4.5540

#805469 color RGB value is (128,84,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 01101001
Octal 200 124 151
Decimal 128 84 105
Hex 80 54 69

RGB Percentages of Color #805469

%40.38
%26.50
%33.12

CMYK Percentages of Color #805469

%0
%34
%18
%50

Triadic Colors of #805469

#805469 #698054 #546980

Analogous Colors of #805469

#805469 #805554 #80547f

Monochromatic Colors of #805469

#805469

Complementary Color

#805469 #54806b

#805469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805469 Color CSS Codes

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

#805469 Text Font Color

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

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


#805469 Background Color

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

This div background color is #805469


#805469 Border Color

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

This div border color is #805469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805469


Comments

No comments written yet.

Please login to write comment.