Color Hex Logo

#850ec6 Color Hex

#850EC6
(133,14,198)
0 Favorites   0 Comments

Color spaces of #850ec6

RGB 13314198
HSL0.770.870.42
HSV279°93°78°
CMYK 0.330.930.00   0.22
XYZ20.02299.377854.1809
Yxy9.37780.23960.1122
Hunter Lab30.623263.1212-83.4642
CIE-Lab36.701770.3459-67.6213

#850ec6 color RGB value is (133,14,198).

#850ec6 hex color red value is 133, green value is 14 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #850ec6 hue: 0.77 , saturation: 0.87 and the lightness value of 850ec6 is 0.42.

The process color (four color CMYK) of #850ec6 color hex is 0.33, 0.93, 0.00, 0.22. Web safe color of #850ec6 is #9900cc. Color #850ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11000110
Octal 205 16 306
Decimal 133 14 198
Hex 85 E C6

RGB Percentages of Color #850ec6

%38.55
%4.06
%57.39

CMYK Percentages of Color #850ec6

%33
%93
%0
%22

Triadic Colors of #850ec6

#850ec6 #c6850e #0ec685

Analogous Colors of #850ec6

#850ec6 #c60eab #290ec6

Monochromatic Colors of #850ec6

#850ec6

Complementary Color

#850ec6 #4fc60e

#850ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ec6 Color CSS Codes

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

#850ec6 Text Font Color

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

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


#850ec6 Background Color

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

This div background color is #850ec6


#850ec6 Border Color

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

This div border color is #850ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ec6


Comments

No comments written yet.

Please login to write comment.