Color Hex Logo

#805869 Color Hex

#805869
(128,88,105)
0 Favorites   0 Comments

Color spaces of #805869

RGB 12888105
HSL0.930.190.42
HSV335°31°50°
CMYK 0.000.310.18   0.50
XYZ14.941612.588615.0069
Yxy12.58860.35130.2959
Hunter Lab35.480413.0796-0.2412
CIE-Lab42.136719.2610-3.0738

#805869 color RGB value is (128,88,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 01101001
Octal 200 130 151
Decimal 128 88 105
Hex 80 58 69

RGB Percentages of Color #805869

%39.88
%27.41
%32.71

CMYK Percentages of Color #805869

%0
%31
%18
%50

Triadic Colors of #805869

#805869 #698058 #586980

Analogous Colors of #805869

#805869 #805b58 #80587d

Monochromatic Colors of #805869

#805869

Complementary Color

#805869 #58806f

#805869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805869 Color CSS Codes

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

#805869 Text Font Color

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

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


#805869 Background Color

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

This div background color is #805869


#805869 Border Color

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

This div border color is #805869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805869


Comments

No comments written yet.

Please login to write comment.