Color Hex Logo

#821886 Color Hex

#821886
(130,24,134)
0 Favorites   0 Comments

Color spaces of #821886

RGB 13024134
HSL0.830.700.31
HSV298°82°53°
CMYK 0.030.820.00   0.47
XYZ13.83567.120323.1994
Yxy7.12030.31330.1613
Hunter Lab26.683945.8555-32.8689
CIE-Lab32.079255.7826-36.5592

#821886 color RGB value is (130,24,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011000 10000110
Octal 202 30 206
Decimal 130 24 134
Hex 82 18 86

RGB Percentages of Color #821886

%45.14
%8.33
%46.53

CMYK Percentages of Color #821886

%3
%82
%0
%47

Triadic Colors of #821886

#821886 #868218 #188682

Analogous Colors of #821886

#821886 #861853 #4b1886

Monochromatic Colors of #821886

#821886

Complementary Color

#821886 #1c8618

#821886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821886 Color CSS Codes

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

#821886 Text Font Color

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

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


#821886 Background Color

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

This div background color is #821886


#821886 Border Color

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

This div border color is #821886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,24,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 #821886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821886


Comments

No comments written yet.

Please login to write comment.