Color Hex Logo

#850eae Color Hex

#850EAE
(133,14,174)
0 Favorites   0 Comments

Color spaces of #850eae

RGB 13314174
HSL0.790.850.37
HSV285°92°68°
CMYK 0.240.920.00   0.32
XYZ17.46998.356640.7366
Yxy8.35660.26250.1255
Hunter Lab28.907857.2846-63.3155
CIE-Lab34.714865.6869-56.6743

#850eae color RGB value is (133,14,174).

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

The process color (four color CMYK) of #850eae color hex is 0.24, 0.92, 0.00, 0.32. Web safe color of #850eae is #990099. Color #850eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 10101110
Octal 205 16 256
Decimal 133 14 174
Hex 85 E AE

RGB Percentages of Color #850eae

%41.43
%4.36
%54.21

CMYK Percentages of Color #850eae

%24
%92
%0
%32

Triadic Colors of #850eae

#850eae #ae850e #0eae85

Analogous Colors of #850eae

#850eae #ae0e87 #350eae

Monochromatic Colors of #850eae

#850eae

Complementary Color

#850eae #37ae0e

#850eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eae Color CSS Codes

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

#850eae Text Font Color

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

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


#850eae Background Color

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

This div background color is #850eae


#850eae Border Color

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

This div border color is #850eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eae


Comments

No comments written yet.

Please login to write comment.