Color Hex Logo

#850edf Color Hex

#850EDF
(133,14,223)
0 Favorites   0 Comments

Color spaces of #850edf

RGB 13314223
HSL0.760.880.46
HSV274°94°87°
CMYK 0.400.940.00   0.13
XYZ23.149210.628370.6434
Yxy10.62830.22170.1018
Hunter Lab32.601169.6965-105.6550
CIE-Lab38.947275.4085-78.4046

#850edf color RGB value is (133,14,223).

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

The process color (four color CMYK) of #850edf color hex is 0.40, 0.94, 0.00, 0.13. Web safe color of #850edf is #9900cc. Color #850edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11011111
Octal 205 16 337
Decimal 133 14 223
Hex 85 E DF

RGB Percentages of Color #850edf

%35.95
%3.78
%60.27

CMYK Percentages of Color #850edf

%40
%94
%0
%13

Triadic Colors of #850edf

#850edf #df850e #0edf85

Analogous Colors of #850edf

#850edf #df0ed1 #1c0edf

Monochromatic Colors of #850edf

#850edf

Complementary Color

#850edf #68df0e

#850edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850edf Color CSS Codes

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

#850edf Text Font Color

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

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


#850edf Background Color

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

This div background color is #850edf


#850edf Border Color

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

This div border color is #850edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850edf


Comments

No comments written yet.

Please login to write comment.