Color Hex Logo

#806481 Color Hex

#806481
(128,100,129)
0 Favorites   0 Comments

Color spaces of #806481

RGB 128100129
HSL0.830.130.45
HSV298°22°51°
CMYK 0.010.220.00   0.49
XYZ17.421715.288522.8016
Yxy15.28850.31380.2754
Hunter Lab39.100511.1069-7.2048
CIE-Lab46.026816.6663-11.8249

#806481 color RGB value is (128,100,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100100 10000001
Octal 200 144 201
Decimal 128 100 129
Hex 80 64 81

RGB Percentages of Color #806481

%35.85
%28.01
%36.13

CMYK Percentages of Color #806481

%1
%22
%0
%49

Triadic Colors of #806481

#806481 #818064 #648180

Analogous Colors of #806481

#806481 #816474 #726481

Monochromatic Colors of #806481

#806481

Complementary Color

#806481 #658164

#806481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806481 Color CSS Codes

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

#806481 Text Font Color

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

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


#806481 Background Color

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

This div background color is #806481


#806481 Border Color

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

This div border color is #806481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806481


Comments

No comments written yet.

Please login to write comment.