Color Hex Logo

#821797 Color Hex

#821797
(130,23,151)
0 Favorites   0 Comments

Color spaces of #821797

RGB 13023151
HSL0.810.740.34
HSV290°85°59°
CMYK 0.140.850.00   0.41
XYZ15.09827.593029.9480
Yxy7.59300.28680.1442
Hunter Lab27.555449.5821-45.1493
CIE-Lab33.120559.0636-45.3762

#821797 color RGB value is (130,23,151).

#821797 hex color red value is 130, green value is 23 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #821797 hue: 0.81 , saturation: 0.74 and the lightness value of 821797 is 0.34.

The process color (four color CMYK) of #821797 color hex is 0.14, 0.85, 0.00, 0.41. Web safe color of #821797 is #990099. Color #821797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010111 10010111
Octal 202 27 227
Decimal 130 23 151
Hex 82 17 97

RGB Percentages of Color #821797

%42.76
%7.57
%49.67

CMYK Percentages of Color #821797

%14
%85
%0
%41

Triadic Colors of #821797

#821797 #978217 #179782

Analogous Colors of #821797

#821797 #97176c #421797

Monochromatic Colors of #821797

#821797

Complementary Color

#821797 #2c9717

#821797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821797 Color CSS Codes

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

#821797 Text Font Color

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

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


#821797 Background Color

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

This div background color is #821797


#821797 Border Color

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

This div border color is #821797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821797


Comments

No comments written yet.

Please login to write comment.