Color Hex Logo

#822587 Color Hex

#822587
(130,37,135)
0 Favorites   0 Comments

Color spaces of #822587

RGB 13037135
HSL0.820.570.34
HSV297°73°53°
CMYK 0.040.730.00   0.47
XYZ14.24077.818223.6802
Yxy7.81820.31130.1709
Hunter Lab27.961041.9791-30.6400
CIE-Lab33.601451.7641-34.7544

#822587 color RGB value is (130,37,135).

#822587 hex color red value is 130, green value is 37 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #822587 hue: 0.82 , saturation: 0.57 and the lightness value of 822587 is 0.34.

The process color (four color CMYK) of #822587 color hex is 0.04, 0.73, 0.00, 0.47. Web safe color of #822587 is #993399. Color #822587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100101 10000111
Octal 202 45 207
Decimal 130 37 135
Hex 82 25 87

RGB Percentages of Color #822587

%43.05
%12.25
%44.70

CMYK Percentages of Color #822587

%4
%73
%0
%47

Triadic Colors of #822587

#822587 #878225 #258782

Analogous Colors of #822587

#822587 #87255b #512587

Monochromatic Colors of #822587

#822587

Complementary Color

#822587 #2a8725

#822587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822587 Color CSS Codes

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

#822587 Text Font Color

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

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


#822587 Background Color

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

This div background color is #822587


#822587 Border Color

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

This div border color is #822587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822587


Comments

No comments written yet.

Please login to write comment.