Color Hex Logo

#850ea3 Color Hex

#850EA3
(133,14,163)
0 Favorites   0 Comments

Color spaces of #850ea3

RGB 13314163
HSL0.800.840.35
HSV288°91°64°
CMYK 0.180.910.00   0.36
XYZ16.44087.945035.3173
Yxy7.94500.27540.1331
Hunter Lab28.186954.7882-54.5578
CIE-Lab33.868163.6410-51.4371

#850ea3 color RGB value is (133,14,163).

#850ea3 hex color red value is 133, green value is 14 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #850ea3 hue: 0.80 , saturation: 0.84 and the lightness value of 850ea3 is 0.35.

The process color (four color CMYK) of #850ea3 color hex is 0.18, 0.91, 0.00, 0.36. Web safe color of #850ea3 is #990099. Color #850ea3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 10100011
Octal 205 16 243
Decimal 133 14 163
Hex 85 E A3

RGB Percentages of Color #850ea3

%42.90
%4.52
%52.58

CMYK Percentages of Color #850ea3

%18
%91
%0
%36

Triadic Colors of #850ea3

#850ea3 #a3850e #0ea385

Analogous Colors of #850ea3

#850ea3 #a30e77 #3a0ea3

Monochromatic Colors of #850ea3

#850ea3

Complementary Color

#850ea3 #2ca30e

#850ea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ea3 Color CSS Codes

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

#850ea3 Text Font Color

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

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


#850ea3 Background Color

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

This div background color is #850ea3


#850ea3 Border Color

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

This div border color is #850ea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ea3


Comments

No comments written yet.

Please login to write comment.