Color Hex Logo

#894dca Color Hex

#894DCA
(137,77,202)
0 Favorites   0 Comments

Color spaces of #894dca

RGB 13777202
HSL0.750.540.55
HSV269°62°79°
CMYK 0.320.620.00   0.21
XYZ23.631114.890457.5058
Yxy14.89040.24610.1551
Hunter Lab38.588141.7831-61.3451
CIE-Lab45.483749.3859-55.6578

#894dca color RGB value is (137,77,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 11001010
Octal 211 115 312
Decimal 137 77 202
Hex 89 4D CA

RGB Percentages of Color #894dca

%32.93
%18.51
%48.56

CMYK Percentages of Color #894dca

%32
%62
%0
%21

Triadic Colors of #894dca

#894dca #ca894d #4dca89

Analogous Colors of #894dca

#894dca #c84dca #4d4fca

Monochromatic Colors of #894dca

#894dca

Complementary Color

#894dca #8eca4d

#894dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#894dca Color CSS Codes

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

#894dca Text Font Color

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

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


#894dca Background Color

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

This div background color is #894dca


#894dca Border Color

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

This div border color is #894dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894dca


Comments

No comments written yet.

Please login to write comment.