Color Hex Logo

#825a87 Color Hex

#825A87
(130,90,135)
0 Favorites   0 Comments

Color spaces of #825a87

RGB 13090135
HSL0.810.200.44
HSV293°33°53°
CMYK 0.040.330.00   0.47
XYZ17.235313.807424.6784
Yxy13.80740.30930.2478
Hunter Lab37.158317.7674-13.3662
CIE-Lab43.955424.5781-18.5693

#825a87 color RGB value is (130,90,135).

#825a87 hex color red value is 130, green value is 90 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #825a87 hue: 0.81 , saturation: 0.20 and the lightness value of 825a87 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011010 10000111
Octal 202 132 207
Decimal 130 90 135
Hex 82 5A 87

RGB Percentages of Color #825a87

%36.62
%25.35
%38.03

CMYK Percentages of Color #825a87

%4
%33
%0
%47

Triadic Colors of #825a87

#825a87 #87825a #5a8782

Analogous Colors of #825a87

#825a87 #875a76 #6c5a87

Monochromatic Colors of #825a87

#825a87

Complementary Color

#825a87 #5f875a

#825a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825a87 Color CSS Codes

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

#825a87 Text Font Color

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

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


#825a87 Background Color

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

This div background color is #825a87


#825a87 Border Color

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

This div border color is #825a87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825a87


Comments

No comments written yet.

Please login to write comment.