Color Hex Logo

#806689 Color Hex

#806689
(128,102,137)
0 Favorites   0 Comments

Color spaces of #806689

RGB 128102137
HSL0.790.150.47
HSV285°26°54°
CMYK 0.070.260.00   0.46
XYZ18.168815.898125.7779
Yxy15.89810.30360.2657
Hunter Lab39.872411.5610-10.4209
CIE-Lab46.840517.1623-15.3798

#806689 color RGB value is (128,102,137).

#806689 hex color red value is 128, green value is 102 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #806689 hue: 0.79 , saturation: 0.15 and the lightness value of 806689 is 0.47.

The process color (four color CMYK) of #806689 color hex is 0.07, 0.26, 0.00, 0.46. Web safe color of #806689 is #996699. Color #806689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 10001001
Octal 200 146 211
Decimal 128 102 137
Hex 80 66 89

RGB Percentages of Color #806689

%34.88
%27.79
%37.33

CMYK Percentages of Color #806689

%7
%26
%0
%46

Triadic Colors of #806689

#806689 #898066 #668980

Analogous Colors of #806689

#806689 #896681 #6f6689

Monochromatic Colors of #806689

#806689

Complementary Color

#806689 #6f8966

#806689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806689 Color CSS Codes

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

#806689 Text Font Color

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

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


#806689 Background Color

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

This div background color is #806689


#806689 Border Color

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

This div border color is #806689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806689


Comments

No comments written yet.

Please login to write comment.