Color Hex Logo

#835ffd Color Hex

#835FFD
(131,95,253)
0 Favorites   0 Comments

Color spaces of #835ffd

RGB 13195253
HSL0.700.980.68
HSV254°62°99°
CMYK 0.480.620.00   0.01
XYZ31.181920.101695.1650
Yxy20.10160.21290.1373
Hunter Lab44.834845.6830-94.4628
CIE-Lab51.951951.9496-74.0626

#835ffd color RGB value is (131,95,253).

#835ffd hex color red value is 131, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #835ffd hue: 0.70 , saturation: 0.98 and the lightness value of 835ffd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 11111101
Octal 203 137 375
Decimal 131 95 253
Hex 83 5F FD

RGB Percentages of Color #835ffd

%27.35
%19.83
%52.82

CMYK Percentages of Color #835ffd

%48
%62
%0
%1

Triadic Colors of #835ffd

#835ffd #fd835f #5ffd83

Analogous Colors of #835ffd

#835ffd #d25ffd #5f8afd

Monochromatic Colors of #835ffd

#835ffd

Complementary Color

#835ffd #d9fd5f

#835ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ffd Color CSS Codes

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

#835ffd Text Font Color

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

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


#835ffd Background Color

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

This div background color is #835ffd


#835ffd Border Color

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

This div border color is #835ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ffd


Comments

No comments written yet.

Please login to write comment.