Color Hex Logo

#894aad Color Hex

#894AAD
(137,74,173)
0 Favorites   0 Comments

Color spaces of #894aad

RGB 13774173
HSL0.770.400.48
HSV278°57°68°
CMYK 0.210.570.00   0.32
XYZ20.308113.233141.0190
Yxy13.23310.27240.1775
Hunter Lab36.377335.9895-41.3912
CIE-Lab43.112444.1197-42.5279

#894aad color RGB value is (137,74,173).

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

The process color (four color CMYK) of #894aad color hex is 0.21, 0.57, 0.00, 0.32. Web safe color of #894aad is #993399. Color #894aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10101101
Octal 211 112 255
Decimal 137 74 173
Hex 89 4A AD

RGB Percentages of Color #894aad

%35.68
%19.27
%45.05

CMYK Percentages of Color #894aad

%21
%57
%0
%32

Triadic Colors of #894aad

#894aad #ad894a #4aad89

Analogous Colors of #894aad

#894aad #ad4aa0 #584aad

Monochromatic Colors of #894aad

#894aad

Complementary Color

#894aad #6ead4a

#894aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aad Color CSS Codes

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

#894aad Text Font Color

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

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


#894aad Background Color

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

This div background color is #894aad


#894aad Border Color

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

This div border color is #894aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,74,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aad


Comments

No comments written yet.

Please login to write comment.