Color Hex Logo

#835eb6 Color Hex

#835EB6
(131,94,182)
0 Favorites   0 Comments

Color spaces of #835eb6

RGB 13194182
HSL0.740.380.54
HSV265°48°71°
CMYK 0.280.480.00   0.29
XYZ21.806316.208146.2351
Yxy16.20810.25880.1924
Hunter Lab40.259326.2301-39.9091
CIE-Lab47.246333.4779-41.2805

#835eb6 color RGB value is (131,94,182).

#835eb6 hex color red value is 131, green value is 94 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #835eb6 hue: 0.74 , saturation: 0.38 and the lightness value of 835eb6 is 0.54.

The process color (four color CMYK) of #835eb6 color hex is 0.28, 0.48, 0.00, 0.29. Web safe color of #835eb6 is #9966cc. Color #835eb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 10110110
Octal 203 136 266
Decimal 131 94 182
Hex 83 5E B6

RGB Percentages of Color #835eb6

%32.19
%23.10
%44.72

CMYK Percentages of Color #835eb6

%28
%48
%0
%29

Triadic Colors of #835eb6

#835eb6 #b6835e #5eb683

Analogous Colors of #835eb6

#835eb6 #af5eb6 #5e65b6

Monochromatic Colors of #835eb6

#835eb6

Complementary Color

#835eb6 #91b65e

#835eb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835eb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835eb6 Color CSS Codes

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

#835eb6 Text Font Color

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

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


#835eb6 Background Color

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

This div background color is #835eb6


#835eb6 Border Color

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

This div border color is #835eb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835eb6


Comments

No comments written yet.

Please login to write comment.