Color Hex Logo

#821ead Color Hex

#821EAD
(130,30,173)
0 Favorites   0 Comments

Color spaces of #821ead

RGB 13030173
HSL0.780.700.40
HSV282°83°68°
CMYK 0.250.830.00   0.32
XYZ17.21308.691540.3056
Yxy8.69150.26000.1313
Hunter Lab29.481452.6268-60.4217
CIE-Lab35.383461.4045-55.0114

#821ead color RGB value is (130,30,173).

#821ead hex color red value is 130, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #821ead hue: 0.78 , saturation: 0.70 and the lightness value of 821ead is 0.40.

The process color (four color CMYK) of #821ead color hex is 0.25, 0.83, 0.00, 0.32. Web safe color of #821ead is #993399. Color #821ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 10101101
Octal 202 36 255
Decimal 130 30 173
Hex 82 1E AD

RGB Percentages of Color #821ead

%39.04
%9.01
%51.95

CMYK Percentages of Color #821ead

%25
%83
%0
%32

Triadic Colors of #821ead

#821ead #ad821e #1ead82

Analogous Colors of #821ead

#821ead #ad1e91 #3a1ead

Monochromatic Colors of #821ead

#821ead

Complementary Color

#821ead #49ad1e

#821ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#821ead Color CSS Codes

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

#821ead Text Font Color

<p style="color:#821ead">Text here</p>

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


#821ead Background Color

<div style="background-color:#821ead">
Div content here</div>

This div background color is #821ead


#821ead Border Color

<div style="border:3px solid #821ead">
Div here</div>

This div border color is #821ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,30,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821ead;
  -webkit-box-shadow: 1px 1px 3px 2px #821ead;
  box-shadow:         1px 1px 3px 2px #821ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821ead


Comments

No comments written yet.

Please login to write comment.