Color Hex Logo

#835aae Color Hex

#835AAE
(131,90,174)
0 Favorites   0 Comments

Color spaces of #835aae

RGB 13190174
HSL0.750.340.52
HSV269°48°68°
CMYK 0.250.480.00   0.32
XYZ20.656215.193641.8884
Yxy15.19360.26570.1954
Hunter Lab38.979026.3797-36.4302
CIE-Lab45.898233.8100-38.7381

#835aae color RGB value is (131,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10101110
Octal 203 132 256
Decimal 131 90 174
Hex 83 5A AE

RGB Percentages of Color #835aae

%33.16
%22.78
%44.05

CMYK Percentages of Color #835aae

%25
%48
%0
%32

Triadic Colors of #835aae

#835aae #ae835a #5aae83

Analogous Colors of #835aae

#835aae #ad5aae #5a5bae

Monochromatic Colors of #835aae

#835aae

Complementary Color

#835aae #85ae5a

#835aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#835aae Color CSS Codes

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

#835aae Text Font Color

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

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


#835aae Background Color

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

This div background color is #835aae


#835aae Border Color

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

This div border color is #835aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835aae


Comments

No comments written yet.

Please login to write comment.