Color Hex Logo

#850eaf Color Hex

#850EAF
(133,14,175)
0 Favorites   0 Comments

Color spaces of #850eaf

RGB 13314175
HSL0.790.850.37
HSV284°92°69°
CMYK 0.240.920.00   0.31
XYZ17.56788.395841.2521
Yxy8.39580.26140.1249
Hunter Lab28.975557.5171-64.1276
CIE-Lab34.794065.8756-57.1431

#850eaf color RGB value is (133,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 10101111
Octal 205 16 257
Decimal 133 14 175
Hex 85 E AF

RGB Percentages of Color #850eaf

%41.30
%4.35
%54.35

CMYK Percentages of Color #850eaf

%24
%92
%0
%31

Triadic Colors of #850eaf

#850eaf #af850e #0eaf85

Analogous Colors of #850eaf

#850eaf #af0e89 #350eaf

Monochromatic Colors of #850eaf

#850eaf

Complementary Color

#850eaf #38af0e

#850eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850eaf Color CSS Codes

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

#850eaf Text Font Color

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

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


#850eaf Background Color

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

This div background color is #850eaf


#850eaf Border Color

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

This div border color is #850eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850eaf


Comments

No comments written yet.

Please login to write comment.