Color Hex Logo

#821089 Color Hex

#821089
(130,16,137)
0 Favorites   0 Comments

Color spaces of #821089

RGB 13016137
HSL0.820.790.30
HSV297°88°54°
CMYK 0.050.880.00   0.46
XYZ13.90666.922624.2701
Yxy6.92260.30840.1535
Hunter Lab26.310848.3023-36.2737
CIE-Lab31.630158.1679-39.1438

#821089 color RGB value is (130,16,137).

#821089 hex color red value is 130, green value is 16 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #821089 hue: 0.82 , saturation: 0.79 and the lightness value of 821089 is 0.30.

The process color (four color CMYK) of #821089 color hex is 0.05, 0.88, 0.00, 0.46. Web safe color of #821089 is #990099. Color #821089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010000 10001001
Octal 202 20 211
Decimal 130 16 137
Hex 82 10 89

RGB Percentages of Color #821089

%45.94
%5.65
%48.41

CMYK Percentages of Color #821089

%5
%88
%0
%46

Triadic Colors of #821089

#821089 #898210 #108982

Analogous Colors of #821089

#821089 #891054 #461089

Monochromatic Colors of #821089

#821089

Complementary Color

#821089 #178910

#821089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821089 Color CSS Codes

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

#821089 Text Font Color

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

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


#821089 Background Color

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

This div background color is #821089


#821089 Border Color

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

This div border color is #821089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821089


Comments

No comments written yet.

Please login to write comment.