Color Hex Logo

#835bfd Color Hex

#835BFD
(131,91,253)
0 Favorites   0 Comments

Color spaces of #835bfd

RGB 13191253
HSL0.710.980.67
HSV255°64°99°
CMYK 0.480.640.00   0.01
XYZ30.830819.399395.0480
Yxy19.39930.21220.1335
Hunter Lab44.044647.8701-97.1161
CIE-Lab51.151154.1019-75.3648

#835bfd color RGB value is (131,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011011 11111101
Octal 203 133 375
Decimal 131 91 253
Hex 83 5B FD

RGB Percentages of Color #835bfd

%27.58
%19.16
%53.26

CMYK Percentages of Color #835bfd

%48
%64
%0
%1

Triadic Colors of #835bfd

#835bfd #fd835b #5bfd83

Analogous Colors of #835bfd

#835bfd #d45bfd #5b84fd

Monochromatic Colors of #835bfd

#835bfd

Complementary Color

#835bfd #d5fd5b

#835bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#835bfd Color CSS Codes

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

#835bfd Text Font Color

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

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


#835bfd Background Color

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

This div background color is #835bfd


#835bfd Border Color

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

This div border color is #835bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835bfd


Comments

No comments written yet.

Please login to write comment.