Color Hex Logo

#835dfe Color Hex

#835DFE
(131,93,254)
0 Favorites   0 Comments

Color spaces of #835dfe

RGB 13193254
HSL0.710.990.68
HSV254°63°100°
CMYK 0.480.630.00   0.00
XYZ31.163819.809895.9471
Yxy19.80980.21210.1348
Hunter Lab44.508247.0930-96.6567
CIE-Lab51.621553.3070-75.1547

#835dfe color RGB value is (131,93,254).

#835dfe hex color red value is 131, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #835dfe hue: 0.71 , saturation: 0.99 and the lightness value of 835dfe is 0.68.

The process color (four color CMYK) of #835dfe color hex is 0.48, 0.63, 0.00, 0.00. Web safe color of #835dfe is #9966ff. Color #835dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011101 11111110
Octal 203 135 376
Decimal 131 93 254
Hex 83 5D FE

RGB Percentages of Color #835dfe

%27.41
%19.46
%53.14

CMYK Percentages of Color #835dfe

%48
%63
%0
%0

Triadic Colors of #835dfe

#835dfe #fe835d #5dfe83

Analogous Colors of #835dfe

#835dfe #d45dfe #5d88fe

Monochromatic Colors of #835dfe

#835dfe

Complementary Color

#835dfe #d8fe5d

#835dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#835dfe Color CSS Codes

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

#835dfe Text Font Color

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

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


#835dfe Background Color

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

This div background color is #835dfe


#835dfe Border Color

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

This div border color is #835dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.