Color Hex Logo

#894cdf Color Hex

#894CDF
(137,76,223)
0 Favorites   0 Comments

Color spaces of #894cdf

RGB 13776223
HSL0.740.700.59
HSV265°66°87°
CMYK 0.390.660.00   0.13
XYZ26.220315.815071.4827
Yxy15.81500.23100.1393
Hunter Lab39.768148.0963-78.7355
CIE-Lab46.730855.0976-65.6676

#894cdf color RGB value is (137,76,223).

#894cdf hex color red value is 137, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #894cdf hue: 0.74 , saturation: 0.70 and the lightness value of 894cdf is 0.59.

The process color (four color CMYK) of #894cdf color hex is 0.39, 0.66, 0.00, 0.13. Web safe color of #894cdf is #9933cc. Color #894cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 11011111
Octal 211 114 337
Decimal 137 76 223
Hex 89 4C DF

RGB Percentages of Color #894cdf

%31.42
%17.43
%51.15

CMYK Percentages of Color #894cdf

%39
%66
%0
%13

Triadic Colors of #894cdf

#894cdf #df894c #4cdf89

Analogous Colors of #894cdf

#894cdf #d34cdf #4c59df

Monochromatic Colors of #894cdf

#894cdf

Complementary Color

#894cdf #a2df4c

#894cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#894cdf Color CSS Codes

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

#894cdf Text Font Color

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

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


#894cdf Background Color

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

This div background color is #894cdf


#894cdf Border Color

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

This div border color is #894cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894cdf


Comments

No comments written yet.

Please login to write comment.