Color Hex Logo

#835cad Color Hex

#835CAD
(131,92,173)
0 Favorites   0 Comments

Color spaces of #835cad

RGB 13192173
HSL0.750.330.52
HSV269°47°68°
CMYK 0.240.470.00   0.32
XYZ20.730015.496741.4337
Yxy15.49670.26690.1995
Hunter Lab39.365825.1076-34.8484
CIE-Lab46.307132.4051-37.5049

#835cad color RGB value is (131,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011100 10101101
Octal 203 134 255
Decimal 131 92 173
Hex 83 5C AD

RGB Percentages of Color #835cad

%33.08
%23.23
%43.69

CMYK Percentages of Color #835cad

%24
%47
%0
%32

Triadic Colors of #835cad

#835cad #ad835c #5cad83

Analogous Colors of #835cad

#835cad #ac5cad #5c5ead

Monochromatic Colors of #835cad

#835cad

Complementary Color

#835cad #86ad5c

#835cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#835cad Color CSS Codes

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

#835cad Text Font Color

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

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


#835cad Background Color

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

This div background color is #835cad


#835cad Border Color

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

This div border color is #835cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835cad


Comments

No comments written yet.

Please login to write comment.