Color Hex Logo

#850eda Color Hex

#850EDA
(133,14,218)
0 Favorites   0 Comments

Color spaces of #850eda

RGB 13314218
HSL0.760.880.45
HSV275°94°85°
CMYK 0.390.940.00   0.15
XYZ22.484810.362667.1448
Yxy10.36260.22490.1036
Hunter Lab32.191068.3446-101.1349
CIE-Lab38.485574.3825-76.2939

#850eda color RGB value is (133,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11011010
Octal 205 16 332
Decimal 133 14 218
Hex 85 E DA

RGB Percentages of Color #850eda

%36.44
%3.84
%59.73

CMYK Percentages of Color #850eda

%39
%94
%0
%15

Triadic Colors of #850eda

#850eda #da850e #0eda85

Analogous Colors of #850eda

#850eda #da0ec9 #1f0eda

Monochromatic Colors of #850eda

#850eda

Complementary Color

#850eda #63da0e

#850eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eda Color CSS Codes

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

#850eda Text Font Color

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

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


#850eda Background Color

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

This div background color is #850eda


#850eda Border Color

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

This div border color is #850eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eda


Comments

No comments written yet.

Please login to write comment.