Color Hex Logo

#835aac Color Hex

#835AAC
(131,90,172)
0 Favorites   0 Comments

Color spaces of #835aac

RGB 13190172
HSL0.750.330.51
HSV270°48°67°
CMYK 0.240.480.00   0.33
XYZ20.462615.116240.8689
Yxy15.11620.26770.1977
Hunter Lab38.879625.9067-35.1080
CIE-Lab45.792933.3217-37.7299

#835aac color RGB value is (131,90,172).

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

The process color (four color CMYK) of #835aac color hex is 0.24, 0.48, 0.00, 0.33. Web safe color of #835aac is #996699. Color #835aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10101100
Octal 203 132 254
Decimal 131 90 172
Hex 83 5A AC

RGB Percentages of Color #835aac

%33.33
%22.90
%43.77

CMYK Percentages of Color #835aac

%24
%48
%0
%33

Triadic Colors of #835aac

#835aac #ac835a #5aac83

Analogous Colors of #835aac

#835aac #ac5aac #5a5aac

Monochromatic Colors of #835aac

#835aac

Complementary Color

#835aac #83ac5a

#835aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#835aac Color CSS Codes

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

#835aac Text Font Color

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

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


#835aac Background Color

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

This div background color is #835aac


#835aac Border Color

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

This div border color is #835aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835aac


Comments

No comments written yet.

Please login to write comment.