Color Hex Logo

#835ffe Color Hex

#835FFE
(131,95,254)
0 Favorites   0 Comments

Color spaces of #835ffe

RGB 13195254
HSL0.700.990.68
HSV254°63°100°
CMYK 0.480.630.00   0.00
XYZ31.341720.165596.0064
Yxy20.16550.21250.1367
Hunter Lab44.906045.9968-95.3243
CIE-Lab52.023852.2276-74.5005

#835ffe color RGB value is (131,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 11111110
Octal 203 137 376
Decimal 131 95 254
Hex 83 5F FE

RGB Percentages of Color #835ffe

%27.29
%19.79
%52.92

CMYK Percentages of Color #835ffe

%48
%63
%0
%0

Triadic Colors of #835ffe

#835ffe #fe835f #5ffe83

Analogous Colors of #835ffe

#835ffe #d35ffe #5f8bfe

Monochromatic Colors of #835ffe

#835ffe

Complementary Color

#835ffe #dafe5f

#835ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ffe Color CSS Codes

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

#835ffe Text Font Color

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

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


#835ffe Background Color

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

This div background color is #835ffe


#835ffe Border Color

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

This div border color is #835ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.