Color Hex Logo

#894ceb Color Hex

#894CEB
(137,76,235)
0 Favorites   0 Comments

Color spaces of #894ceb

RGB 13776235
HSL0.730.800.61
HSV263°68°92°
CMYK 0.420.680.00   0.08
XYZ27.896416.485480.3090
Yxy16.48540.22370.1322
Hunter Lab40.602251.5874-88.8509
CIE-Lab47.605058.1224-71.0390

#894ceb color RGB value is (137,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 11101011
Octal 211 114 353
Decimal 137 76 235
Hex 89 4C EB

RGB Percentages of Color #894ceb

%30.58
%16.96
%52.46

CMYK Percentages of Color #894ceb

%42
%68
%0
%8

Triadic Colors of #894ceb

#894ceb #eb894c #4ceb89

Analogous Colors of #894ceb

#894ceb #d94ceb #4c5eeb

Monochromatic Colors of #894ceb

#894ceb

Complementary Color

#894ceb #aeeb4c

#894ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#894ceb Color CSS Codes

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

#894ceb Text Font Color

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

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


#894ceb Background Color

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

This div background color is #894ceb


#894ceb Border Color

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

This div border color is #894ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894ceb


Comments

No comments written yet.

Please login to write comment.