Color Hex Logo

#835ade Color Hex

#835ADE
(131,90,222)
0 Favorites   0 Comments

Color spaces of #835ade

RGB 13190222
HSL0.720.670.61
HSV259°59°87°
CMYK 0.410.590.00   0.13
XYZ26.201117.411571.0871
Yxy17.41150.22840.1518
Hunter Lab41.727139.0606-71.7987
CIE-Lab48.774446.2096-61.8230

#835ade color RGB value is (131,90,222).

#835ade hex color red value is 131, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #835ade hue: 0.72 , saturation: 0.67 and the lightness value of 835ade is 0.61.

The process color (four color CMYK) of #835ade color hex is 0.41, 0.59, 0.00, 0.13. Web safe color of #835ade is #9966cc. Color #835ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 11011110
Octal 203 132 336
Decimal 131 90 222
Hex 83 5A DE

RGB Percentages of Color #835ade

%29.57
%20.32
%50.11

CMYK Percentages of Color #835ade

%41
%59
%0
%13

Triadic Colors of #835ade

#835ade #de835a #5ade83

Analogous Colors of #835ade

#835ade #c55ade #5a73de

Monochromatic Colors of #835ade

#835ade

Complementary Color

#835ade #b5de5a

#835ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ade Color CSS Codes

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

#835ade Text Font Color

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

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


#835ade Background Color

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

This div background color is #835ade


#835ade Border Color

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

This div border color is #835ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ade


Comments

No comments written yet.

Please login to write comment.