Color Hex Logo

#821e87 Color Hex

#821E87
(130,30,135)
0 Favorites   0 Comments

Color spaces of #821e87

RGB 13030135
HSL0.830.640.32
HSV297°78°53°
CMYK 0.040.780.00   0.47
XYZ14.04347.423623.6144
Yxy7.42360.31150.1647
Hunter Lab27.246344.3223-32.3143
CIE-Lab32.752454.1912-36.1066

#821e87 color RGB value is (130,30,135).

#821e87 hex color red value is 130, green value is 30 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #821e87 hue: 0.83 , saturation: 0.64 and the lightness value of 821e87 is 0.32.

The process color (four color CMYK) of #821e87 color hex is 0.04, 0.78, 0.00, 0.47. Web safe color of #821e87 is #993399. Color #821e87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 10000111
Octal 202 36 207
Decimal 130 30 135
Hex 82 1E 87

RGB Percentages of Color #821e87

%44.07
%10.17
%45.76

CMYK Percentages of Color #821e87

%4
%78
%0
%47

Triadic Colors of #821e87

#821e87 #87821e #1e8782

Analogous Colors of #821e87

#821e87 #871e58 #4e1e87

Monochromatic Colors of #821e87

#821e87

Complementary Color

#821e87 #23871e

#821e87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821e87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821e87 Color CSS Codes

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

#821e87 Text Font Color

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

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


#821e87 Background Color

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

This div background color is #821e87


#821e87 Border Color

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

This div border color is #821e87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821e87


Comments

No comments written yet.

Please login to write comment.