Color Hex Logo

#825aaf Color Hex

#825AAF
(130,90,175)
0 Favorites   0 Comments

Color spaces of #825aaf

RGB 13090175
HSL0.750.350.52
HSV268°49°69°
CMYK 0.260.490.00   0.31
XYZ20.599915.153342.3966
Yxy15.15330.26360.1939
Hunter Lab38.927226.3377-37.3251
CIE-Lab45.843533.7727-39.4185

#825aaf color RGB value is (130,90,175).

#825aaf hex color red value is 130, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #825aaf hue: 0.75 , saturation: 0.35 and the lightness value of 825aaf is 0.52.

The process color (four color CMYK) of #825aaf color hex is 0.26, 0.49, 0.00, 0.31. Web safe color of #825aaf is #996699. Color #825aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011010 10101111
Octal 202 132 257
Decimal 130 90 175
Hex 82 5A AF

RGB Percentages of Color #825aaf

%32.91
%22.78
%44.30

CMYK Percentages of Color #825aaf

%26
%49
%0
%31

Triadic Colors of #825aaf

#825aaf #af825a #5aaf82

Analogous Colors of #825aaf

#825aaf #ad5aaf #5a5daf

Monochromatic Colors of #825aaf

#825aaf

Complementary Color

#825aaf #87af5a

#825aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#825aaf Color CSS Codes

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

#825aaf Text Font Color

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

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


#825aaf Background Color

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

This div background color is #825aaf


#825aaf Border Color

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

This div border color is #825aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825aaf


Comments

No comments written yet.

Please login to write comment.