Color Hex Logo

#814eda Color Hex

#814EDA
(129,78,218)
0 Favorites   0 Comments

Color spaces of #814eda

RGB 12978218
HSL0.730.650.58
HSV262°64°85°
CMYK 0.410.640.00   0.15
XYZ24.432515.177967.9716
Yxy15.17790.22710.1411
Hunter Lab38.958843.7659-76.1723
CIE-Lab45.876951.2058-64.2460

#814eda color RGB value is (129,78,218).

#814eda hex color red value is 129, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #814eda hue: 0.73 , saturation: 0.65 and the lightness value of 814eda is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001110 11011010
Octal 201 116 332
Decimal 129 78 218
Hex 81 4E DA

RGB Percentages of Color #814eda

%30.35
%18.35
%51.29

CMYK Percentages of Color #814eda

%41
%64
%0
%15

Triadic Colors of #814eda

#814eda #da814e #4eda81

Analogous Colors of #814eda

#814eda #c74eda #4e61da

Monochromatic Colors of #814eda

#814eda

Complementary Color

#814eda #a7da4e

#814eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#814eda Color CSS Codes

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

#814eda Text Font Color

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

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


#814eda Background Color

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

This div background color is #814eda


#814eda Border Color

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

This div border color is #814eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814eda


Comments

No comments written yet.

Please login to write comment.