Color Hex Logo

#821688 Color Hex

#821688
(130,22,136)
0 Favorites   0 Comments

Color spaces of #821688

RGB 13022136
HSL0.820.720.31
HSV297°84°53°
CMYK 0.040.840.00   0.47
XYZ13.93687.097223.9279
Yxy7.09720.31000.1578
Hunter Lab26.640646.7598-34.6044
CIE-Lab32.027256.6467-37.8864

#821688 color RGB value is (130,22,136).

#821688 hex color red value is 130, green value is 22 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #821688 hue: 0.82 , saturation: 0.72 and the lightness value of 821688 is 0.31.

The process color (four color CMYK) of #821688 color hex is 0.04, 0.84, 0.00, 0.47. Web safe color of #821688 is #990099. Color #821688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010110 10001000
Octal 202 26 210
Decimal 130 22 136
Hex 82 16 88

RGB Percentages of Color #821688

%45.14
%7.64
%47.22

CMYK Percentages of Color #821688

%4
%84
%0
%47

Triadic Colors of #821688

#821688 #888216 #168882

Analogous Colors of #821688

#821688 #881655 #491688

Monochromatic Colors of #821688

#821688

Complementary Color

#821688 #1c8816

#821688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821688 Color CSS Codes

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

#821688 Text Font Color

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

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


#821688 Background Color

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

This div background color is #821688


#821688 Border Color

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

This div border color is #821688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821688


Comments

No comments written yet.

Please login to write comment.