Color Hex Logo

#894aca Color Hex

#894ACA
(137,74,202)
0 Favorites   0 Comments

Color spaces of #894aca

RGB 13774202
HSL0.750.550.54
HSV270°63°79°
CMYK 0.320.630.00   0.21
XYZ23.426014.480257.4374
Yxy14.48020.24570.1519
Hunter Lab38.052943.2952-62.8560
CIE-Lab44.913950.9299-56.5762

#894aca color RGB value is (137,74,202).

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

The process color (four color CMYK) of #894aca color hex is 0.32, 0.63, 0.00, 0.21. Web safe color of #894aca is #9933cc. Color #894aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11001010
Octal 211 112 312
Decimal 137 74 202
Hex 89 4A CA

RGB Percentages of Color #894aca

%33.17
%17.92
%48.91

CMYK Percentages of Color #894aca

%32
%63
%0
%21

Triadic Colors of #894aca

#894aca #ca894a #4aca89

Analogous Colors of #894aca

#894aca #c94aca #4a4bca

Monochromatic Colors of #894aca

#894aca

Complementary Color

#894aca #8bca4a

#894aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aca Color CSS Codes

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

#894aca Text Font Color

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

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


#894aca Background Color

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

This div background color is #894aca


#894aca Border Color

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

This div border color is #894aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aca


Comments

No comments written yet.

Please login to write comment.