Color Hex Logo

#835ffa Color Hex

#835FFA
(131,95,250)
0 Favorites   0 Comments

Color spaces of #835ffa

RGB 13195250
HSL0.710.940.68
HSV254°62°98°
CMYK 0.480.620.00   0.02
XYZ30.707619.911892.6674
Yxy19.91180.21430.1390
Hunter Lab44.622644.7473-91.8911
CIE-Lab51.737351.1169-72.7448

#835ffa color RGB value is (131,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 11111010
Octal 203 137 372
Decimal 131 95 250
Hex 83 5F FA

RGB Percentages of Color #835ffa

%27.52
%19.96
%52.52

CMYK Percentages of Color #835ffa

%48
%62
%0
%2

Triadic Colors of #835ffa

#835ffa #fa835f #5ffa83

Analogous Colors of #835ffa

#835ffa #d15ffa #5f89fa

Monochromatic Colors of #835ffa

#835ffa

Complementary Color

#835ffa #d6fa5f

#835ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ffa Color CSS Codes

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

#835ffa Text Font Color

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

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


#835ffa Background Color

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

This div background color is #835ffa


#835ffa Border Color

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

This div border color is #835ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.