Color Hex Logo

#807daa Color Hex

#807DAA
(128,125,170)
0 Favorites   0 Comments

Color spaces of #807daa

RGB 128125170
HSL0.680.210.58
HSV244°26°67°
CMYK 0.250.260.00   0.33
XYZ23.491422.158741.0691
Yxy22.15870.27090.2555
Hunter Lab47.07306.7011-18.7767
CIE-Lab54.195011.2165-23.4788

#807daa color RGB value is (128,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 10101010
Octal 200 175 252
Decimal 128 125 170
Hex 80 7D AA

RGB Percentages of Color #807daa

%30.26
%29.55
%40.19

CMYK Percentages of Color #807daa

%25
%26
%0
%33

Triadic Colors of #807daa

#807daa #aa807d #7daa80

Analogous Colors of #807daa

#807daa #977daa #7d91aa

Monochromatic Colors of #807daa

#807daa

Complementary Color

#807daa #a7aa7d

#807daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#807daa Color CSS Codes

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

#807daa Text Font Color

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

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


#807daa Background Color

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

This div background color is #807daa


#807daa Border Color

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

This div border color is #807daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807daa


Comments

No comments written yet.

Please login to write comment.