Color Hex Logo

#835c9b Color Hex

#835C9B
(131,92,155)
0 Favorites   0 Comments

Color spaces of #835c9b

RGB 13192155
HSL0.770.260.48
HSV277°41°61°
CMYK 0.150.410.00   0.39
XYZ19.103614.846132.8691
Yxy14.84610.28590.2222
Hunter Lab38.530621.0722-23.6067
CIE-Lab45.422728.1310-28.2638

#835c9b color RGB value is (131,92,155).

#835c9b hex color red value is 131, green value is 92 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #835c9b hue: 0.77 , saturation: 0.26 and the lightness value of 835c9b is 0.48.

The process color (four color CMYK) of #835c9b color hex is 0.15, 0.41, 0.00, 0.39. Web safe color of #835c9b is #996699. Color #835c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011100 10011011
Octal 203 134 233
Decimal 131 92 155
Hex 83 5C 9B

RGB Percentages of Color #835c9b

%34.66
%24.34
%41.01

CMYK Percentages of Color #835c9b

%15
%41
%0
%39

Triadic Colors of #835c9b

#835c9b #9b835c #5c9b83

Analogous Colors of #835c9b

#835c9b #9b5c94 #645c9b

Monochromatic Colors of #835c9b

#835c9b

Complementary Color

#835c9b #749b5c

#835c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#835c9b Color CSS Codes

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

#835c9b Text Font Color

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

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


#835c9b Background Color

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

This div background color is #835c9b


#835c9b Border Color

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

This div border color is #835c9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,92,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835c9b


Comments

No comments written yet.

Please login to write comment.