Color Hex Logo

#820eed Color Hex

#820EED
(130,14,237)
0 Favorites   0 Comments

Color spaces of #820eed

RGB 13014237
HSL0.750.890.49
HSV271°94°93°
CMYK 0.450.940.00   0.07
XYZ24.649011.174380.9785
Yxy11.17430.21100.0957
Hunter Lab33.428073.1227-120.2290
CIE-Lab39.872578.0231-84.8716

#820eed color RGB value is (130,14,237).

#820eed hex color red value is 130, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #820eed hue: 0.75 , saturation: 0.89 and the lightness value of 820eed is 0.49.

The process color (four color CMYK) of #820eed color hex is 0.45, 0.94, 0.00, 0.07. Web safe color of #820eed is #9900ff. Color #820eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001110 11101101
Octal 202 16 355
Decimal 130 14 237
Hex 82 E ED

RGB Percentages of Color #820eed

%34.12
%3.67
%62.20

CMYK Percentages of Color #820eed

%45
%94
%0
%7

Triadic Colors of #820eed

#820eed #ed820e #0eed82

Analogous Colors of #820eed

#820eed #ed0ee9 #130eed

Monochromatic Colors of #820eed

#820eed

Complementary Color

#820eed #79ed0e

#820eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#820eed Color CSS Codes

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

#820eed Text Font Color

<p style="color:#820eed">Text here</p>

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


#820eed Background Color

<div style="background-color:#820eed">
Div content here</div>

This div background color is #820eed


#820eed Border Color

<div style="border:3px solid #820eed">
Div here</div>

This div border color is #820eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,14,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820eed;
  -webkit-box-shadow: 1px 1px 3px 2px #820eed;
  box-shadow:         1px 1px 3px 2px #820eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,14,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820eed


Comments

No comments written yet.

Please login to write comment.