Color Hex Logo

#820edb Color Hex

#820EDB
(130,14,219)
0 Favorites   0 Comments

Color spaces of #820edb

RGB 13014219
HSL0.760.880.46
HSV274°94°86°
CMYK 0.410.940.00   0.14
XYZ22.149110.174467.8143
Yxy10.17440.22120.1016
Hunter Lab31.897368.1278-103.7235
CIE-Lab38.153674.2662-77.4300

#820edb color RGB value is (130,14,219).

#820edb hex color red value is 130, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #820edb hue: 0.76 , saturation: 0.88 and the lightness value of 820edb is 0.46.

The process color (four color CMYK) of #820edb color hex is 0.41, 0.94, 0.00, 0.14. Web safe color of #820edb is #9900cc. Color #820edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001110 11011011
Octal 202 16 333
Decimal 130 14 219
Hex 82 E DB

RGB Percentages of Color #820edb

%35.81
%3.86
%60.33

CMYK Percentages of Color #820edb

%41
%94
%0
%14

Triadic Colors of #820edb

#820edb #db820e #0edb82

Analogous Colors of #820edb

#820edb #db0ece #1c0edb

Monochromatic Colors of #820edb

#820edb

Complementary Color

#820edb #67db0e

#820edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#820edb Color CSS Codes

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

#820edb Text Font Color

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

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


#820edb Background Color

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

This div background color is #820edb


#820edb Border Color

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

This div border color is #820edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820edb


Comments

No comments written yet.

Please login to write comment.