Color Hex Logo

#850eed Color Hex

#850EED
(133,14,237)
0 Favorites   0 Comments

Color spaces of #850eed

RGB 13314237
HSL0.760.890.49
HSV272°94°93°
CMYK 0.440.940.00   0.07
XYZ25.116011.415081.0003
Yxy11.41500.21370.0971
Hunter Lab33.786173.5682-118.4943
CIE-Lab40.270878.3073-84.2011

#850eed color RGB value is (133,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11101101
Octal 205 16 355
Decimal 133 14 237
Hex 85 E ED

RGB Percentages of Color #850eed

%34.64
%3.65
%61.72

CMYK Percentages of Color #850eed

%44
%94
%0
%7

Triadic Colors of #850eed

#850eed #ed850e #0eed85

Analogous Colors of #850eed

#850eed #ed0ee6 #160eed

Monochromatic Colors of #850eed

#850eed

Complementary Color

#850eed #76ed0e

#850eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eed Color CSS Codes

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

#850eed Text Font Color

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

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


#850eed Background Color

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

This div background color is #850eed


#850eed Border Color

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

This div border color is #850eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eed


Comments

No comments written yet.

Please login to write comment.