Color Hex Logo

#835eae Color Hex

#835EAE
(131,94,174)
0 Favorites   0 Comments

Color spaces of #835eae

RGB 13194174
HSL0.740.330.53
HSV268°46°68°
CMYK 0.250.460.00   0.32
XYZ21.002815.886742.0039
Yxy15.88670.26620.2014
Hunter Lab39.858124.3069-34.5812
CIE-Lab46.825531.4852-37.2730

#835eae color RGB value is (131,94,174).

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

The process color (four color CMYK) of #835eae color hex is 0.25, 0.46, 0.00, 0.32. Web safe color of #835eae is #996699. Color #835eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 10101110
Octal 203 136 256
Decimal 131 94 174
Hex 83 5E AE

RGB Percentages of Color #835eae

%32.83
%23.56
%43.61

CMYK Percentages of Color #835eae

%25
%46
%0
%32

Triadic Colors of #835eae

#835eae #ae835e #5eae83

Analogous Colors of #835eae

#835eae #ab5eae #5e61ae

Monochromatic Colors of #835eae

#835eae

Complementary Color

#835eae #89ae5e

#835eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#835eae Color CSS Codes

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

#835eae Text Font Color

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

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


#835eae Background Color

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

This div background color is #835eae


#835eae Border Color

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

This div border color is #835eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835eae


Comments

No comments written yet.

Please login to write comment.