Color Hex Logo

#816eda Color Hex

#816EDA
(129,110,218)
0 Favorites   0 Comments

Color spaces of #816eda

RGB 129110218
HSL0.700.590.64
HSV251°50°85°
CMYK 0.410.500.00   0.15
XYZ27.284120.880968.9221
Yxy20.88090.23300.1783
Hunter Lab45.695626.6121-57.4394
CIE-Lab52.818933.1995-53.0701

#816eda color RGB value is (129,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101110 11011010
Octal 201 156 332
Decimal 129 110 218
Hex 81 6E DA

RGB Percentages of Color #816eda

%28.23
%24.07
%47.70

CMYK Percentages of Color #816eda

%41
%50
%0
%15

Triadic Colors of #816eda

#816eda #da816e #6eda81

Analogous Colors of #816eda

#816eda #b76eda #6e91da

Monochromatic Colors of #816eda

#816eda

Complementary Color

#816eda #c7da6e

#816eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#816eda Color CSS Codes

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

#816eda Text Font Color

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

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


#816eda Background Color

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

This div background color is #816eda


#816eda Border Color

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

This div border color is #816eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #816eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816eda


Comments

No comments written yet.

Please login to write comment.