Color Hex Logo

#835aab Color Hex

#835AAB
(131,90,171)
0 Favorites   0 Comments

Color spaces of #835aab

RGB 13190171
HSL0.750.330.51
HSV270°47°67°
CMYK 0.230.470.00   0.33
XYZ20.366915.077940.3649
Yxy15.07790.26870.1989
Hunter Lab38.830325.6722-34.4520
CIE-Lab45.740733.0790-37.2244

#835aab color RGB value is (131,90,171).

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

The process color (four color CMYK) of #835aab color hex is 0.23, 0.47, 0.00, 0.33. Web safe color of #835aab is #996699. Color #835aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10101011
Octal 203 132 253
Decimal 131 90 171
Hex 83 5A AB

RGB Percentages of Color #835aab

%33.42
%22.96
%43.62

CMYK Percentages of Color #835aab

%23
%47
%0
%33

Triadic Colors of #835aab

#835aab #ab835a #5aab83

Analogous Colors of #835aab

#835aab #ab5aab #5b5aab

Monochromatic Colors of #835aab

#835aab

Complementary Color

#835aab #82ab5a

#835aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#835aab Color CSS Codes

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

#835aab Text Font Color

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

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


#835aab Background Color

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

This div background color is #835aab


#835aab Border Color

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

This div border color is #835aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835aab


Comments

No comments written yet.

Please login to write comment.