Color Hex Logo

#807faa Color Hex

#807FAA
(128,127,170)
0 Favorites   0 Comments

Color spaces of #807faa

RGB 128127170
HSL0.670.200.58
HSV241°25°67°
CMYK 0.250.250.00   0.33
XYZ23.747222.670241.1544
Yxy22.67020.27120.2589
Hunter Lab47.61325.7041-17.9179
CIE-Lab54.731010.0410-22.6546

#807faa color RGB value is (128,127,170).

#807faa hex color red value is 128, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #807faa hue: 0.67 , saturation: 0.20 and the lightness value of 807faa is 0.58.

The process color (four color CMYK) of #807faa color hex is 0.25, 0.25, 0.00, 0.33. Web safe color of #807faa is #996699. Color #807faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 10101010
Octal 200 177 252
Decimal 128 127 170
Hex 80 7F AA

RGB Percentages of Color #807faa

%30.12
%29.88
%40.00

CMYK Percentages of Color #807faa

%25
%25
%0
%33

Triadic Colors of #807faa

#807faa #aa807f #7faa80

Analogous Colors of #807faa

#807faa #967faa #7f94aa

Monochromatic Colors of #807faa

#807faa

Complementary Color

#807faa #a9aa7f

#807faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#807faa Color CSS Codes

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

#807faa Text Font Color

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

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


#807faa Background Color

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

This div background color is #807faa


#807faa Border Color

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

This div border color is #807faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,127,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807faa;
  -webkit-box-shadow: 1px 1px 3px 2px #807faa;
  box-shadow:         1px 1px 3px 2px #807faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807faa


Comments

No comments written yet.

Please login to write comment.