Color Hex Logo

#835bad Color Hex

#835BAD
(131,91,173)
0 Favorites   0 Comments

Color spaces of #835bad

RGB 13191173
HSL0.750.330.52
HSV269°47°68°
CMYK 0.240.470.00   0.32
XYZ20.644015.324641.4050
Yxy15.32460.26680.1981
Hunter Lab39.146625.6254-35.3078
CIE-Lab46.075632.9862-37.8706

#835bad color RGB value is (131,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011011 10101101
Octal 203 133 255
Decimal 131 91 173
Hex 83 5B AD

RGB Percentages of Color #835bad

%33.16
%23.04
%43.80

CMYK Percentages of Color #835bad

%24
%47
%0
%32

Triadic Colors of #835bad

#835bad #ad835b #5bad83

Analogous Colors of #835bad

#835bad #ac5bad #5b5cad

Monochromatic Colors of #835bad

#835bad

Complementary Color

#835bad #85ad5b

#835bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#835bad Color CSS Codes

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

#835bad Text Font Color

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

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


#835bad Background Color

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

This div background color is #835bad


#835bad Border Color

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

This div border color is #835bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,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 #835bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835bad


Comments

No comments written yet.

Please login to write comment.