Color Hex Logo

#806890 Color Hex

#806890
(128,104,144)
0 Favorites   0 Comments

Color spaces of #806890

RGB 128104144
HSL0.770.160.49
HSV276°28°56°
CMYK 0.110.280.00   0.44
XYZ18.886416.503428.5756
Yxy16.50340.29530.2580
Hunter Lab40.624411.8925-13.2681
CIE-Lab47.628117.5106-18.3450

#806890 color RGB value is (128,104,144).

#806890 hex color red value is 128, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #806890 hue: 0.77 , saturation: 0.16 and the lightness value of 806890 is 0.49.

The process color (four color CMYK) of #806890 color hex is 0.11, 0.28, 0.00, 0.44. Web safe color of #806890 is #996699. Color #806890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 10010000
Octal 200 150 220
Decimal 128 104 144
Hex 80 68 90

RGB Percentages of Color #806890

%34.04
%27.66
%38.30

CMYK Percentages of Color #806890

%11
%28
%0
%44

Triadic Colors of #806890

#806890 #908068 #689080

Analogous Colors of #806890

#806890 #90688c #6c6890

Monochromatic Colors of #806890

#806890

Complementary Color

#806890 #789068

#806890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806890 Color CSS Codes

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

#806890 Text Font Color

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

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


#806890 Background Color

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

This div background color is #806890


#806890 Border Color

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

This div border color is #806890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806890


Comments

No comments written yet.

Please login to write comment.