Color Hex Logo

#806881 Color Hex

#806881
(128,104,129)
0 Favorites   0 Comments

Color spaces of #806881

RGB 128104129
HSL0.830.110.46
HSV298°19°51°
CMYK 0.010.190.00   0.49
XYZ17.814816.074822.9327
Yxy16.07480.31350.2829
Hunter Lab40.09349.1499-5.8474
CIE-Lab47.072514.2796-10.2493

#806881 color RGB value is (128,104,129).

#806881 hex color red value is 128, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #806881 hue: 0.83 , saturation: 0.11 and the lightness value of 806881 is 0.46.

The process color (four color CMYK) of #806881 color hex is 0.01, 0.19, 0.00, 0.49. Web safe color of #806881 is #996699. Color #806881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 10000001
Octal 200 150 201
Decimal 128 104 129
Hex 80 68 81

RGB Percentages of Color #806881

%35.46
%28.81
%35.73

CMYK Percentages of Color #806881

%1
%19
%0
%49

Triadic Colors of #806881

#806881 #818068 #688180

Analogous Colors of #806881

#806881 #816876 #746881

Monochromatic Colors of #806881

#806881

Complementary Color

#806881 #698168

#806881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806881 Color CSS Codes

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

#806881 Text Font Color

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

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


#806881 Background Color

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

This div background color is #806881


#806881 Border Color

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

This div border color is #806881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806881


Comments

No comments written yet.

Please login to write comment.