Color Hex Logo

#825dac Color Hex

#825DAC
(130,93,172)
0 Favorites   0 Comments

Color spaces of #825dac

RGB 13093172
HSL0.740.320.52
HSV268°46°67°
CMYK 0.240.460.00   0.33
XYZ20.566715.553140.9478
Yxy15.55310.26690.2018
Hunter Lab39.437424.0727-33.9545
CIE-Lab46.382631.2873-36.8060

#825dac color RGB value is (130,93,172).

#825dac hex color red value is 130, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #825dac hue: 0.74 , saturation: 0.32 and the lightness value of 825dac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011101 10101100
Octal 202 135 254
Decimal 130 93 172
Hex 82 5D AC

RGB Percentages of Color #825dac

%32.91
%23.54
%43.54

CMYK Percentages of Color #825dac

%24
%46
%0
%33

Triadic Colors of #825dac

#825dac #ac825d #5dac82

Analogous Colors of #825dac

#825dac #aa5dac #5d60ac

Monochromatic Colors of #825dac

#825dac

Complementary Color

#825dac #87ac5d

#825dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#825dac Color CSS Codes

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

#825dac Text Font Color

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

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


#825dac Background Color

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

This div background color is #825dac


#825dac Border Color

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

This div border color is #825dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825dac


Comments

No comments written yet.

Please login to write comment.