Color Hex Logo

#835fee Color Hex

#835FEE
(131,95,238)
0 Favorites   0 Comments

Color spaces of #835fee

RGB 13195238
HSL0.710.810.65
HSV255°60°93°
CMYK 0.450.600.00   0.07
XYZ28.884919.182883.0692
Yxy19.18280.22030.1463
Hunter Lab43.798241.0740-81.7928
CIE-Lab50.900447.7974-67.4042

#835fee color RGB value is (131,95,238).

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

The process color (four color CMYK) of #835fee color hex is 0.45, 0.60, 0.00, 0.07. Web safe color of #835fee is #9966ff. Color #835fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 11101110
Octal 203 137 356
Decimal 131 95 238
Hex 83 5F EE

RGB Percentages of Color #835fee

%28.23
%20.47
%51.29

CMYK Percentages of Color #835fee

%45
%60
%0
%7

Triadic Colors of #835fee

#835fee #ee835f #5fee83

Analogous Colors of #835fee

#835fee #cb5fee #5f83ee

Monochromatic Colors of #835fee

#835fee

Complementary Color

#835fee #caee5f

#835fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#835fee Color CSS Codes

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

#835fee Text Font Color

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

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


#835fee Background Color

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

This div background color is #835fee


#835fee Border Color

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

This div border color is #835fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835fee


Comments

No comments written yet.

Please login to write comment.