Color Hex Logo

#821489 Color Hex

#821489
(130,20,137)
0 Favorites   0 Comments

Color spaces of #821489

RGB 13020137
HSL0.820.750.31
HSV296°85°54°
CMYK 0.050.850.00   0.46
XYZ13.97147.052324.2918
Yxy7.05230.30830.1556
Hunter Lab26.556247.4369-35.6452
CIE-Lab31.925757.3022-38.6702

#821489 color RGB value is (130,20,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 10001001
Octal 202 24 211
Decimal 130 20 137
Hex 82 14 89

RGB Percentages of Color #821489

%45.30
%6.97
%47.74

CMYK Percentages of Color #821489

%5
%85
%0
%46

Triadic Colors of #821489

#821489 #898214 #148982

Analogous Colors of #821489

#821489 #891456 #481489

Monochromatic Colors of #821489

#821489

Complementary Color

#821489 #1b8914

#821489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821489 Color CSS Codes

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

#821489 Text Font Color

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

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


#821489 Background Color

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

This div background color is #821489


#821489 Border Color

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

This div border color is #821489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821489


Comments

No comments written yet.

Please login to write comment.