Color Hex Logo

#806887 Color Hex

#806887
(128,104,135)
0 Favorites   0 Comments

Color spaces of #806887

RGB 128104135
HSL0.800.130.47
HSV286°23°53°
CMYK 0.050.230.00   0.47
XYZ18.225616.239125.0955
Yxy16.23910.30600.2727
Hunter Lab40.297810.2097-8.7145
CIE-Lab47.286615.5392-13.5091

#806887 color RGB value is (128,104,135).

#806887 hex color red value is 128, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #806887 hue: 0.80 , saturation: 0.13 and the lightness value of 806887 is 0.47.

The process color (four color CMYK) of #806887 color hex is 0.05, 0.23, 0.00, 0.47. Web safe color of #806887 is #996699. Color #806887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 10000111
Octal 200 150 207
Decimal 128 104 135
Hex 80 68 87

RGB Percentages of Color #806887

%34.88
%28.34
%36.78

CMYK Percentages of Color #806887

%5
%23
%0
%47

Triadic Colors of #806887

#806887 #878068 #688780

Analogous Colors of #806887

#806887 #87687f #716887

Monochromatic Colors of #806887

#806887

Complementary Color

#806887 #6f8768

#806887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806887 Color CSS Codes

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

#806887 Text Font Color

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

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


#806887 Background Color

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

This div background color is #806887


#806887 Border Color

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

This div border color is #806887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806887


Comments

No comments written yet.

Please login to write comment.