Color Hex Logo

#835aaf Color Hex

#835AAF
(131,90,175)
0 Favorites   0 Comments

Color spaces of #835aaf

RGB 13190175
HSL0.750.350.52
HSV269°49°69°
CMYK 0.250.490.00   0.31
XYZ20.754115.232842.4038
Yxy15.23280.26480.1943
Hunter Lab39.029226.6177-37.0959
CIE-Lab45.951434.0549-39.2406

#835aaf color RGB value is (131,90,175).

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

The process color (four color CMYK) of #835aaf color hex is 0.25, 0.49, 0.00, 0.31. Web safe color of #835aaf is #996699. Color #835aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10101111
Octal 203 132 257
Decimal 131 90 175
Hex 83 5A AF

RGB Percentages of Color #835aaf

%33.08
%22.73
%44.19

CMYK Percentages of Color #835aaf

%25
%49
%0
%31

Triadic Colors of #835aaf

#835aaf #af835a #5aaf83

Analogous Colors of #835aaf

#835aaf #ae5aaf #5a5caf

Monochromatic Colors of #835aaf

#835aaf

Complementary Color

#835aaf #86af5a

#835aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#835aaf Color CSS Codes

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

#835aaf Text Font Color

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

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


#835aaf Background Color

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

This div background color is #835aaf


#835aaf Border Color

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

This div border color is #835aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835aaf


Comments

No comments written yet.

Please login to write comment.