Color Hex Logo

#807eaa Color Hex

#807EAA
(128,126,170)
0 Favorites   0 Comments

Color spaces of #807eaa

RGB 128126170
HSL0.670.210.58
HSV243°26°67°
CMYK 0.250.260.00   0.33
XYZ23.618622.413241.1116
Yxy22.41320.27100.2572
Hunter Lab47.34266.2018-18.3468
CIE-Lab54.462710.6279-23.0670

#807eaa color RGB value is (128,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 10101010
Octal 200 176 252
Decimal 128 126 170
Hex 80 7E AA

RGB Percentages of Color #807eaa

%30.19
%29.72
%40.09

CMYK Percentages of Color #807eaa

%25
%26
%0
%33

Triadic Colors of #807eaa

#807eaa #aa807e #7eaa80

Analogous Colors of #807eaa

#807eaa #967eaa #7e92aa

Monochromatic Colors of #807eaa

#807eaa

Complementary Color

#807eaa #a8aa7e

#807eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#807eaa Color CSS Codes

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

#807eaa Text Font Color

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

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


#807eaa Background Color

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

This div background color is #807eaa


#807eaa Border Color

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

This div border color is #807eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807eaa


Comments

No comments written yet.

Please login to write comment.