Color Hex Logo

#825687 Color Hex

#825687
(130,86,135)
0 Favorites   0 Comments

Color spaces of #825687

RGB 13086135
HSL0.820.220.43
HSV294°36°53°
CMYK 0.040.360.00   0.47
XYZ16.906913.150724.5689
Yxy13.15070.30950.2407
Hunter Lab36.263919.7582-14.7844
CIE-Lab42.989426.9329-20.0542

#825687 color RGB value is (130,86,135).

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

The process color (four color CMYK) of #825687 color hex is 0.04, 0.36, 0.00, 0.47. Web safe color of #825687 is #996699. Color #825687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 10000111
Octal 202 126 207
Decimal 130 86 135
Hex 82 56 87

RGB Percentages of Color #825687

%37.04
%24.50
%38.46

CMYK Percentages of Color #825687

%4
%36
%0
%47

Triadic Colors of #825687

#825687 #878256 #568782

Analogous Colors of #825687

#825687 #875674 #6a5687

Monochromatic Colors of #825687

#825687

Complementary Color

#825687 #5b8756

#825687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825687 Color CSS Codes

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

#825687 Text Font Color

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

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


#825687 Background Color

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

This div background color is #825687


#825687 Border Color

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

This div border color is #825687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825687


Comments

No comments written yet.

Please login to write comment.