Color Hex Logo

#894caf Color Hex

#894CAF
(137,76,175)
0 Favorites   0 Comments

Color spaces of #894caf

RGB 13776175
HSL0.770.390.49
HSV277°57°69°
CMYK 0.220.570.00   0.31
XYZ20.638813.582442.0913
Yxy13.58240.27050.1780
Hunter Lab36.854335.4668-41.9171
CIE-Lab43.628043.5111-42.8868

#894caf color RGB value is (137,76,175).

#894caf hex color red value is 137, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #894caf hue: 0.77 , saturation: 0.39 and the lightness value of 894caf is 0.49.

The process color (four color CMYK) of #894caf color hex is 0.22, 0.57, 0.00, 0.31. Web safe color of #894caf is #993399. Color #894caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 10101111
Octal 211 114 257
Decimal 137 76 175
Hex 89 4C AF

RGB Percentages of Color #894caf

%35.31
%19.59
%45.10

CMYK Percentages of Color #894caf

%22
%57
%0
%31

Triadic Colors of #894caf

#894caf #af894c #4caf89

Analogous Colors of #894caf

#894caf #af4ca4 #584caf

Monochromatic Colors of #894caf

#894caf

Complementary Color

#894caf #72af4c

#894caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#894caf Color CSS Codes

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

#894caf Text Font Color

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

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


#894caf Background Color

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

This div background color is #894caf


#894caf Border Color

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

This div border color is #894caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894caf


Comments

No comments written yet.

Please login to write comment.