Color Hex Logo

#807eac Color Hex

#807EAC
(128,126,172)
0 Favorites   0 Comments

Color spaces of #807eac

RGB 128126172
HSL0.670.220.58
HSV243°27°67°
CMYK 0.260.270.00   0.33
XYZ23.809322.489542.1157
Yxy22.48950.26930.2544
Hunter Lab47.42316.6275-19.4583
CIE-Lab54.542611.1274-24.0967

#807eac color RGB value is (128,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 10101100
Octal 200 176 254
Decimal 128 126 172
Hex 80 7E AC

RGB Percentages of Color #807eac

%30.05
%29.58
%40.38

CMYK Percentages of Color #807eac

%26
%27
%0
%33

Triadic Colors of #807eac

#807eac #ac807e #7eac80

Analogous Colors of #807eac

#807eac #977eac #7e93ac

Monochromatic Colors of #807eac

#807eac

Complementary Color

#807eac #aaac7e

#807eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#807eac Color CSS Codes

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

#807eac Text Font Color

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

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


#807eac Background Color

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

This div background color is #807eac


#807eac Border Color

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

This div border color is #807eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807eac


Comments

No comments written yet.

Please login to write comment.