Color Hex Logo

#830eda Color Hex

#830EDA
(131,14,218)
0 Favorites   0 Comments

Color spaces of #830eda

RGB 13114218
HSL0.760.880.45
HSV274°94°85°
CMYK 0.400.940.00   0.15
XYZ22.172010.201367.1301
Yxy10.20130.22280.1025
Hunter Lab31.939568.0185-102.2576
CIE-Lab38.201374.1667-76.7715

#830eda color RGB value is (131,14,218).

#830eda hex color red value is 131, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #830eda hue: 0.76 , saturation: 0.88 and the lightness value of 830eda is 0.45.

The process color (four color CMYK) of #830eda color hex is 0.40, 0.94, 0.00, 0.15. Web safe color of #830eda is #9900cc. Color #830eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001110 11011010
Octal 203 16 332
Decimal 131 14 218
Hex 83 E DA

RGB Percentages of Color #830eda

%36.09
%3.86
%60.06

CMYK Percentages of Color #830eda

%40
%94
%0
%15

Triadic Colors of #830eda

#830eda #da830e #0eda83

Analogous Colors of #830eda

#830eda #da0ecb #1d0eda

Monochromatic Colors of #830eda

#830eda

Complementary Color

#830eda #65da0e

#830eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#830eda Color CSS Codes

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

#830eda Text Font Color

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

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


#830eda Background Color

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

This div background color is #830eda


#830eda Border Color

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

This div border color is #830eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830eda


Comments

No comments written yet.

Please login to write comment.