Color Hex Logo

#894cea Color Hex

#894CEA
(137,76,234)
0 Favorites   0 Comments

Color spaces of #894cea

RGB 13776234
HSL0.730.790.61
HSV263°68°92°
CMYK 0.410.680.00   0.08
XYZ27.752316.427879.5501
Yxy16.42780.22430.1328
Hunter Lab40.531251.2918-87.9959
CIE-Lab47.530857.8690-70.5958

#894cea color RGB value is (137,76,234).

#894cea hex color red value is 137, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #894cea hue: 0.73 , saturation: 0.79 and the lightness value of 894cea is 0.61.

The process color (four color CMYK) of #894cea color hex is 0.41, 0.68, 0.00, 0.08. Web safe color of #894cea is #9933ff. Color #894cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 11101010
Octal 211 114 352
Decimal 137 76 234
Hex 89 4C EA

RGB Percentages of Color #894cea

%30.65
%17.00
%52.35

CMYK Percentages of Color #894cea

%41
%68
%0
%8

Triadic Colors of #894cea

#894cea #ea894c #4cea89

Analogous Colors of #894cea

#894cea #d84cea #4c5eea

Monochromatic Colors of #894cea

#894cea

Complementary Color

#894cea #adea4c

#894cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#894cea Color CSS Codes

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

#894cea Text Font Color

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

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


#894cea Background Color

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

This div background color is #894cea


#894cea Border Color

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

This div border color is #894cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894cea


Comments

No comments written yet.

Please login to write comment.