Color Hex Logo

#894ace Color Hex

#894ACE
(137,74,206)
0 Favorites   0 Comments

Color spaces of #894ace

RGB 13774206
HSL0.750.570.55
HSV269°64°81°
CMYK 0.330.640.00   0.19
XYZ23.905914.672259.9645
Yxy14.67220.24260.1489
Hunter Lab38.304344.3702-66.0041
CIE-Lab45.181951.9008-58.4501

#894ace color RGB value is (137,74,206).

#894ace hex color red value is 137, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #894ace hue: 0.75 , saturation: 0.57 and the lightness value of 894ace is 0.55.

The process color (four color CMYK) of #894ace color hex is 0.33, 0.64, 0.00, 0.19. Web safe color of #894ace is #9933cc. Color #894ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11001110
Octal 211 112 316
Decimal 137 74 206
Hex 89 4A CE

RGB Percentages of Color #894ace

%32.85
%17.75
%49.40

CMYK Percentages of Color #894ace

%33
%64
%0
%19

Triadic Colors of #894ace

#894ace #ce894a #4ace89

Analogous Colors of #894ace

#894ace #cb4ace #4a4dce

Monochromatic Colors of #894ace

#894ace

Complementary Color

#894ace #8fce4a

#894ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#894ace Color CSS Codes

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

#894ace Text Font Color

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

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


#894ace Background Color

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

This div background color is #894ace


#894ace Border Color

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

This div border color is #894ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894ace


Comments

No comments written yet.

Please login to write comment.