Color Hex Logo

#894cca Color Hex

#894CCA
(137,76,202)
0 Favorites   0 Comments

Color spaces of #894cca

RGB 13776202
HSL0.750.540.55
HSV269°62°79°
CMYK 0.320.620.00   0.21
XYZ23.561614.751557.4826
Yxy14.75150.24600.1540
Hunter Lab38.407742.2893-61.8506
CIE-Lab45.291949.9040-55.9667

#894cca color RGB value is (137,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 11001010
Octal 211 114 312
Decimal 137 76 202
Hex 89 4C CA

RGB Percentages of Color #894cca

%33.01
%18.31
%48.67

CMYK Percentages of Color #894cca

%32
%62
%0
%21

Triadic Colors of #894cca

#894cca #ca894c #4cca89

Analogous Colors of #894cca

#894cca #c84cca #4c4eca

Monochromatic Colors of #894cca

#894cca

Complementary Color

#894cca #8dca4c

#894cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#894cca Color CSS Codes

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

#894cca Text Font Color

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

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


#894cca Background Color

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

This div background color is #894cca


#894cca Border Color

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

This div border color is #894cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,76,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 #894cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894cca


Comments

No comments written yet.

Please login to write comment.