Color Hex Logo

#807da6 Color Hex

#807DA6
(128,125,166)
0 Favorites   0 Comments

Color spaces of #807da6

RGB 128125166
HSL0.680.190.57
HSV244°25°65°
CMYK 0.230.250.00   0.35
XYZ23.118622.009639.1062
Yxy22.00960.27450.2613
Hunter Lab46.91445.8615-16.5820
CIE-Lab54.037210.2280-21.4109

#807da6 color RGB value is (128,125,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 10100110
Octal 200 175 246
Decimal 128 125 166
Hex 80 7D A6

RGB Percentages of Color #807da6

%30.55
%29.83
%39.62

CMYK Percentages of Color #807da6

%23
%25
%0
%35

Triadic Colors of #807da6

#807da6 #a6807d #7da680

Analogous Colors of #807da6

#807da6 #957da6 #7d8fa6

Monochromatic Colors of #807da6

#807da6

Complementary Color

#807da6 #a3a67d

#807da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807da6 Color CSS Codes

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

#807da6 Text Font Color

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

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


#807da6 Background Color

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

This div background color is #807da6


#807da6 Border Color

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

This div border color is #807da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807da6


Comments

No comments written yet.

Please login to write comment.