Color Hex Logo

#806eda Color Hex

#806EDA
(128,110,218)
0 Favorites   0 Comments

Color spaces of #806eda

RGB 128110218
HSL0.690.590.64
HSV250°50°85°
CMYK 0.410.500.00   0.15
XYZ27.132920.803068.9150
Yxy20.80300.23220.1780
Hunter Lab45.610326.3690-57.6572
CIE-Lab52.733232.9585-53.2120

#806eda color RGB value is (128,110,218).

#806eda hex color red value is 128, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #806eda hue: 0.69 , saturation: 0.59 and the lightness value of 806eda is 0.64.

The process color (four color CMYK) of #806eda color hex is 0.41, 0.50, 0.00, 0.15. Web safe color of #806eda is #9966cc. Color #806eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11011010
Octal 200 156 332
Decimal 128 110 218
Hex 80 6E DA

RGB Percentages of Color #806eda

%28.07
%24.12
%47.81

CMYK Percentages of Color #806eda

%41
%50
%0
%15

Triadic Colors of #806eda

#806eda #da806e #6eda80

Analogous Colors of #806eda

#806eda #b66eda #6e92da

Monochromatic Colors of #806eda

#806eda

Complementary Color

#806eda #c8da6e

#806eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#806eda Color CSS Codes

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

#806eda Text Font Color

<p style="color:#806eda">Text here</p>

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


#806eda Background Color

<div style="background-color:#806eda">
Div content here</div>

This div background color is #806eda


#806eda Border Color

<div style="border:3px solid #806eda">
Div here</div>

This div border color is #806eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,110,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806eda;
  -webkit-box-shadow: 1px 1px 3px 2px #806eda;
  box-shadow:         1px 1px 3px 2px #806eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806eda


Comments

No comments written yet.

Please login to write comment.