Color Hex Logo

#850eab Color Hex

#850EAB
(133,14,171)
0 Favorites   0 Comments

Color spaces of #850eab

RGB 13314171
HSL0.790.850.36
HSV285°92°67°
CMYK 0.220.920.00   0.33
XYZ17.18068.240939.2132
Yxy8.24090.26580.1275
Hunter Lab28.707056.5918-60.8942
CIE-Lab34.479665.1224-55.2604

#850eab color RGB value is (133,14,171).

#850eab hex color red value is 133, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #850eab hue: 0.79 , saturation: 0.85 and the lightness value of 850eab is 0.36.

The process color (four color CMYK) of #850eab color hex is 0.22, 0.92, 0.00, 0.33. Web safe color of #850eab is #990099. Color #850eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 10101011
Octal 205 16 253
Decimal 133 14 171
Hex 85 E AB

RGB Percentages of Color #850eab

%41.82
%4.40
%53.77

CMYK Percentages of Color #850eab

%22
%92
%0
%33

Triadic Colors of #850eab

#850eab #ab850e #0eab85

Analogous Colors of #850eab

#850eab #ab0e83 #360eab

Monochromatic Colors of #850eab

#850eab

Complementary Color

#850eab #34ab0e

#850eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eab Color CSS Codes

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

#850eab Text Font Color

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

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


#850eab Background Color

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

This div background color is #850eab


#850eab Border Color

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

This div border color is #850eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eab


Comments

No comments written yet.

Please login to write comment.