Color Hex Logo

#894eaf Color Hex

#894EAF
(137,78,175)
0 Favorites   0 Comments

Color spaces of #894eaf

RGB 13778175
HSL0.770.380.50
HSV276°55°69°
CMYK 0.220.550.00   0.31
XYZ20.778813.862342.1380
Yxy13.86230.27060.1805
Hunter Lab37.232134.4625-41.0399
CIE-Lab44.034842.4356-42.2393

#894eaf color RGB value is (137,78,175).

#894eaf hex color red value is 137, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #894eaf hue: 0.77 , saturation: 0.38 and the lightness value of 894eaf is 0.50.

The process color (four color CMYK) of #894eaf color hex is 0.22, 0.55, 0.00, 0.31. Web safe color of #894eaf is #996699. Color #894eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001110 10101111
Octal 211 116 257
Decimal 137 78 175
Hex 89 4E AF

RGB Percentages of Color #894eaf

%35.13
%20.00
%44.87

CMYK Percentages of Color #894eaf

%22
%55
%0
%31

Triadic Colors of #894eaf

#894eaf #af894e #4eaf89

Analogous Colors of #894eaf

#894eaf #af4ea5 #594eaf

Monochromatic Colors of #894eaf

#894eaf

Complementary Color

#894eaf #74af4e

#894eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#894eaf Color CSS Codes

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

#894eaf Text Font Color

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

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


#894eaf Background Color

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

This div background color is #894eaf


#894eaf Border Color

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

This div border color is #894eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,78,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 #894eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894eaf


Comments

No comments written yet.

Please login to write comment.