Color Hex Logo

#835495 Color Hex

#835495
(131,84,149)
0 Favorites   0 Comments

Color spaces of #835495

RGB 13184149
HSL0.790.280.46
HSV283°44°58°
CMYK 0.120.440.00   0.42
XYZ17.955213.335930.0615
Yxy13.33590.29270.2174
Hunter Lab36.518423.8571-23.2440
CIE-Lab43.265131.4406-28.0496

#835495 color RGB value is (131,84,149).

#835495 hex color red value is 131, green value is 84 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #835495 hue: 0.79 , saturation: 0.28 and the lightness value of 835495 is 0.46.

The process color (four color CMYK) of #835495 color hex is 0.12, 0.44, 0.00, 0.42. Web safe color of #835495 is #996699. Color #835495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010100 10010101
Octal 203 124 225
Decimal 131 84 149
Hex 83 54 95

RGB Percentages of Color #835495

%35.99
%23.08
%40.93

CMYK Percentages of Color #835495

%12
%44
%0
%42

Triadic Colors of #835495

#835495 #958354 #549583

Analogous Colors of #835495

#835495 #955487 #635495

Monochromatic Colors of #835495

#835495

Complementary Color

#835495 #669554

#835495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835495 Color CSS Codes

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

#835495 Text Font Color

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

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


#835495 Background Color

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

This div background color is #835495


#835495 Border Color

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

This div border color is #835495


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,84,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835495; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835495;
  -webkit-box-shadow: 1px 1px 3px 2px #835495;
  box-shadow:         1px 1px 3px 2px #835495; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835495


Comments

No comments written yet.

Please login to write comment.