Color Hex Logo

#825bad Color Hex

#825BAD
(130,91,173)
0 Favorites   0 Comments

Color spaces of #825bad

RGB 13091173
HSL0.750.330.52
HSV269°47°68°
CMYK 0.250.470.00   0.32
XYZ20.489815.245141.3978
Yxy15.24510.26560.1976
Hunter Lab39.045025.3435-35.5313
CIE-Lab45.968132.6995-38.0476

#825bad color RGB value is (130,91,173).

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

The process color (four color CMYK) of #825bad color hex is 0.25, 0.47, 0.00, 0.32. Web safe color of #825bad is #996699. Color #825bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011011 10101101
Octal 202 133 255
Decimal 130 91 173
Hex 82 5B AD

RGB Percentages of Color #825bad

%32.99
%23.10
%43.91

CMYK Percentages of Color #825bad

%25
%47
%0
%32

Triadic Colors of #825bad

#825bad #ad825b #5bad82

Analogous Colors of #825bad

#825bad #ab5bad #5b5dad

Monochromatic Colors of #825bad

#825bad

Complementary Color

#825bad #86ad5b

#825bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#825bad Color CSS Codes

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

#825bad Text Font Color

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

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


#825bad Background Color

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

This div background color is #825bad


#825bad Border Color

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

This div border color is #825bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825bad

#825bad Color Palettes


Comments

No comments written yet.

Please login to write comment.