Color Hex Logo

#815eda Color Hex

#815EDA
(129,94,218)
0 Favorites   0 Comments

Color spaces of #815eda

RGB 12994218
HSL0.710.630.61
HSV257°57°85°
CMYK 0.410.570.00   0.15
XYZ25.710917.734568.3977
Yxy17.73450.22990.1586
Hunter Lab42.112335.2832-66.8185
CIE-Lab49.172542.4515-58.9204

#815eda color RGB value is (129,94,218).

#815eda hex color red value is 129, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #815eda hue: 0.71 , saturation: 0.63 and the lightness value of 815eda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011110 11011010
Octal 201 136 332
Decimal 129 94 218
Hex 81 5E DA

RGB Percentages of Color #815eda

%29.25
%21.32
%49.43

CMYK Percentages of Color #815eda

%41
%57
%0
%15

Triadic Colors of #815eda

#815eda #da815e #5eda81

Analogous Colors of #815eda

#815eda #bf5eda #5e79da

Monochromatic Colors of #815eda

#815eda

Complementary Color

#815eda #b7da5e

#815eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#815eda Color CSS Codes

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

#815eda Text Font Color

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

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


#815eda Background Color

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

This div background color is #815eda


#815eda Border Color

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

This div border color is #815eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815eda


Comments

No comments written yet.

Please login to write comment.