Color Hex Logo

#820efe Color Hex

#820EFE
(130,14,254)
0 Favorites   0 Comments

Color spaces of #820efe

RGB 13014254
HSL0.750.990.53
HSV269°94°100°
CMYK 0.490.940.00   0.00
XYZ27.252412.215794.6874
Yxy12.21570.20310.0911
Hunter Lab34.951078.0180-136.1598
CIE-Lab41.556981.6148-91.6646

#820efe color RGB value is (130,14,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001110 11111110
Octal 202 16 376
Decimal 130 14 254
Hex 82 E FE

RGB Percentages of Color #820efe

%32.66
%3.52
%63.82

CMYK Percentages of Color #820efe

%49
%94
%0
%0

Triadic Colors of #820efe

#820efe #fe820e #0efe82

Analogous Colors of #820efe

#820efe #fa0efe #0e12fe

Monochromatic Colors of #820efe

#820efe

Complementary Color

#820efe #8afe0e

#820efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#820efe Color CSS Codes

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

#820efe Text Font Color

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

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


#820efe Background Color

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

This div background color is #820efe


#820efe Border Color

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

This div border color is #820efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820efe


Comments

No comments written yet.

Please login to write comment.