Color Hex Logo

#835dae Color Hex

#835DAE
(131,93,174)
0 Favorites   0 Comments

Color spaces of #835dae

RGB 13193174
HSL0.740.330.52
HSV268°47°68°
CMYK 0.250.470.00   0.32
XYZ20.914415.710041.9744
Yxy15.71000.26610.1999
Hunter Lab39.635824.8253-35.0431
CIE-Lab46.591732.0683-37.6420

#835dae color RGB value is (131,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011101 10101110
Octal 203 135 256
Decimal 131 93 174
Hex 83 5D AE

RGB Percentages of Color #835dae

%32.91
%23.37
%43.72

CMYK Percentages of Color #835dae

%25
%47
%0
%32

Triadic Colors of #835dae

#835dae #ae835d #5dae83

Analogous Colors of #835dae

#835dae #ac5dae #5d60ae

Monochromatic Colors of #835dae

#835dae

Complementary Color

#835dae #88ae5d

#835dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#835dae Color CSS Codes

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

#835dae Text Font Color

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

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


#835dae Background Color

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

This div background color is #835dae


#835dae Border Color

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

This div border color is #835dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835dae


Comments

No comments written yet.

Please login to write comment.