Color Hex Logo

#825f9a Color Hex

#825F9A
(130,95,154)
0 Favorites   0 Comments

Color spaces of #825f9a

RGB 13095154
HSL0.770.240.49
HSV276°38°60°
CMYK 0.160.380.00   0.40
XYZ19.130915.263332.5097
Yxy15.26330.28590.2281
Hunter Lab39.068319.0382-21.9889
CIE-Lab45.992725.8134-26.7902

#825f9a color RGB value is (130,95,154).

#825f9a hex color red value is 130, green value is 95 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #825f9a hue: 0.77 , saturation: 0.24 and the lightness value of 825f9a is 0.49.

The process color (four color CMYK) of #825f9a color hex is 0.16, 0.38, 0.00, 0.40. Web safe color of #825f9a is #996699. Color #825f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10011010
Octal 202 137 232
Decimal 130 95 154
Hex 82 5F 9A

RGB Percentages of Color #825f9a

%34.30
%25.07
%40.63

CMYK Percentages of Color #825f9a

%16
%38
%0
%40

Triadic Colors of #825f9a

#825f9a #9a825f #5f9a82

Analogous Colors of #825f9a

#825f9a #9a5f95 #655f9a

Monochromatic Colors of #825f9a

#825f9a

Complementary Color

#825f9a #779a5f

#825f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#825f9a Color CSS Codes

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

#825f9a Text Font Color

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

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


#825f9a Background Color

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

This div background color is #825f9a


#825f9a Border Color

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

This div border color is #825f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825f9a


Comments

No comments written yet.

Please login to write comment.