Color Hex Logo

#825aac Color Hex

#825AAC
(130,90,172)
0 Favorites   0 Comments

Color spaces of #825aac

RGB 13090172
HSL0.750.330.51
HSV269°48°67°
CMYK 0.240.480.00   0.33
XYZ20.308515.036740.8617
Yxy15.03670.26650.1973
Hunter Lab38.777225.6245-35.3332
CIE-Lab45.684433.0353-37.9085

#825aac color RGB value is (130,90,172).

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

The process color (four color CMYK) of #825aac color hex is 0.24, 0.48, 0.00, 0.33. Web safe color of #825aac is #996699. Color #825aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011010 10101100
Octal 202 132 254
Decimal 130 90 172
Hex 82 5A AC

RGB Percentages of Color #825aac

%33.16
%22.96
%43.88

CMYK Percentages of Color #825aac

%24
%48
%0
%33

Triadic Colors of #825aac

#825aac #ac825a #5aac82

Analogous Colors of #825aac

#825aac #ab5aac #5a5bac

Monochromatic Colors of #825aac

#825aac

Complementary Color

#825aac #84ac5a

#825aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#825aac Color CSS Codes

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

#825aac Text Font Color

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

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


#825aac Background Color

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

This div background color is #825aac


#825aac Border Color

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

This div border color is #825aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825aac


Comments

No comments written yet.

Please login to write comment.