Color Hex Logo

#820ce1 Color Hex

#820CE1
(130,12,225)
0 Favorites   0 Comments

Color spaces of #820ce1

RGB 13012225
HSL0.760.900.46
HSV273°95°88°
CMYK 0.420.950.00   0.12
XYZ22.928010.445072.0418
Yxy10.44500.21750.0991
Hunter Lab32.318770.0762-109.5405
CIE-Lab38.629575.7802-80.0874

#820ce1 color RGB value is (130,12,225).

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

The process color (four color CMYK) of #820ce1 color hex is 0.42, 0.95, 0.00, 0.12. Web safe color of #820ce1 is #9900cc. Color #820ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 11100001
Octal 202 14 341
Decimal 130 12 225
Hex 82 C E1

RGB Percentages of Color #820ce1

%35.42
%3.27
%61.31

CMYK Percentages of Color #820ce1

%42
%95
%0
%12

Triadic Colors of #820ce1

#820ce1 #e1820c #0ce182

Analogous Colors of #820ce1

#820ce1 #e10cd6 #170ce1

Monochromatic Colors of #820ce1

#820ce1

Complementary Color

#820ce1 #6be10c

#820ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820ce1 Color CSS Codes

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

#820ce1 Text Font Color

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

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


#820ce1 Background Color

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

This div background color is #820ce1


#820ce1 Border Color

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

This div border color is #820ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820ce1


Comments

No comments written yet.

Please login to write comment.