Color Hex Logo

#850eef Color Hex

#850EEF
(133,14,239)
0 Favorites   0 Comments

Color spaces of #850eef

RGB 13314239
HSL0.750.890.50
HSV272°94°94°
CMYK 0.440.940.00   0.06
XYZ25.409911.532682.5481
Yxy11.53260.21270.0965
Hunter Lab33.959774.1309-120.3484
CIE-Lab40.463478.7238-85.0161

#850eef color RGB value is (133,14,239).

#850eef hex color red value is 133, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #850eef hue: 0.75 , saturation: 0.89 and the lightness value of 850eef is 0.50.

The process color (four color CMYK) of #850eef color hex is 0.44, 0.94, 0.00, 0.06. Web safe color of #850eef is #9900ff. Color #850eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11101111
Octal 205 16 357
Decimal 133 14 239
Hex 85 E EF

RGB Percentages of Color #850eef

%34.46
%3.63
%61.92

CMYK Percentages of Color #850eef

%44
%94
%0
%6

Triadic Colors of #850eef

#850eef #ef850e #0eef85

Analogous Colors of #850eef

#850eef #ef0ee9 #150eef

Monochromatic Colors of #850eef

#850eef

Complementary Color

#850eef #78ef0e

#850eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eef Color CSS Codes

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

#850eef Text Font Color

<p style="color:#850eef">Text here</p>

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


#850eef Background Color

<div style="background-color:#850eef">
Div content here</div>

This div background color is #850eef


#850eef Border Color

<div style="border:3px solid #850eef">
Div here</div>

This div border color is #850eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,14,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850eef;
  -webkit-box-shadow: 1px 1px 3px 2px #850eef;
  box-shadow:         1px 1px 3px 2px #850eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,14,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eef


Comments

No comments written yet.

Please login to write comment.