Color Hex Logo

#835fde Color Hex

#835FDE
(131,95,222)
0 Favorites   0 Comments

Color spaces of #835fde

RGB 13195222
HSL0.710.660.62
HSV257°57°87°
CMYK 0.410.570.00   0.13
XYZ26.637118.283671.2324
Yxy18.28360.22930.1574
Hunter Lab42.759336.3685-68.8392
CIE-Lab49.838343.4189-60.1068

#835fde color RGB value is (131,95,222).

#835fde hex color red value is 131, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #835fde hue: 0.71 , saturation: 0.66 and the lightness value of 835fde is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 11011110
Octal 203 137 336
Decimal 131 95 222
Hex 83 5F DE

RGB Percentages of Color #835fde

%29.24
%21.21
%49.55

CMYK Percentages of Color #835fde

%41
%57
%0
%13

Triadic Colors of #835fde

#835fde #de835f #5fde83

Analogous Colors of #835fde

#835fde #c35fde #5f7bde

Monochromatic Colors of #835fde

#835fde

Complementary Color

#835fde #bade5f

#835fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#835fde Color CSS Codes

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

#835fde Text Font Color

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

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


#835fde Background Color

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

This div background color is #835fde


#835fde Border Color

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

This div border color is #835fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,95,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 #835fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835fde


Comments

No comments written yet.

Please login to write comment.