Color Hex Logo

#894aaf Color Hex

#894AAF
(137,74,175)
0 Favorites   0 Comments

Color spaces of #894aaf

RGB 13774175
HSL0.770.410.49
HSV277°58°69°
CMYK 0.220.580.00   0.31
XYZ20.503213.311142.0461
Yxy13.31110.27030.1755
Hunter Lab36.484436.4643-42.7892
CIE-Lab43.228344.5742-43.5238

#894aaf color RGB value is (137,74,175).

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

The process color (four color CMYK) of #894aaf color hex is 0.22, 0.58, 0.00, 0.31. Web safe color of #894aaf is #993399. Color #894aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10101111
Octal 211 112 257
Decimal 137 74 175
Hex 89 4A AF

RGB Percentages of Color #894aaf

%35.49
%19.17
%45.34

CMYK Percentages of Color #894aaf

%22
%58
%0
%31

Triadic Colors of #894aaf

#894aaf #af894a #4aaf89

Analogous Colors of #894aaf

#894aaf #af4aa3 #574aaf

Monochromatic Colors of #894aaf

#894aaf

Complementary Color

#894aaf #70af4a

#894aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aaf Color CSS Codes

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

#894aaf Text Font Color

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

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


#894aaf Background Color

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

This div background color is #894aaf


#894aaf Border Color

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

This div border color is #894aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aaf


Comments

No comments written yet.

Please login to write comment.