Color Hex Logo

#821986 Color Hex

#821986
(130,25,134)
0 Favorites   0 Comments

Color spaces of #821986

RGB 13025134
HSL0.830.690.31
HSV298°81°53°
CMYK 0.030.810.00   0.47
XYZ13.85667.162323.2064
Yxy7.16230.31330.1620
Hunter Lab26.762545.5862-32.6781
CIE-Lab32.173655.5090-36.4086

#821986 color RGB value is (130,25,134).

#821986 hex color red value is 130, green value is 25 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #821986 hue: 0.83 , saturation: 0.69 and the lightness value of 821986 is 0.31.

The process color (four color CMYK) of #821986 color hex is 0.03, 0.81, 0.00, 0.47. Web safe color of #821986 is #990099. Color #821986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011001 10000110
Octal 202 31 206
Decimal 130 25 134
Hex 82 19 86

RGB Percentages of Color #821986

%44.98
%8.65
%46.37

CMYK Percentages of Color #821986

%3
%81
%0
%47

Triadic Colors of #821986

#821986 #868219 #198682

Analogous Colors of #821986

#821986 #861953 #4c1986

Monochromatic Colors of #821986

#821986

Complementary Color

#821986 #1d8619

#821986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821986 Color CSS Codes

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

#821986 Text Font Color

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

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


#821986 Background Color

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

This div background color is #821986


#821986 Border Color

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

This div border color is #821986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,25,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821986;
  -webkit-box-shadow: 1px 1px 3px 2px #821986;
  box-shadow:         1px 1px 3px 2px #821986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821986


Comments

No comments written yet.

Please login to write comment.