Color Hex Logo

#894084 Color Hex

#894084
(137,64,132)
0 Favorites   0 Comments

Color spaces of #894084

RGB 13764132
HSL0.840.360.39
HSV304°53°54°
CMYK 0.000.530.04   0.46
XYZ16.314810.651123.0258
Yxy10.65110.32640.2131
Hunter Lab32.636032.1194-18.9859
CIE-Lab38.986540.8652-24.3514

#894084 color RGB value is (137,64,132).

#894084 hex color red value is 137, green value is 64 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #894084 hue: 0.84 , saturation: 0.36 and the lightness value of 894084 is 0.39.

The process color (four color CMYK) of #894084 color hex is 0.00, 0.53, 0.04, 0.46. Web safe color of #894084 is #993399. Color #894084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000000 10000100
Octal 211 100 204
Decimal 137 64 132
Hex 89 40 84

RGB Percentages of Color #894084

%41.14
%19.22
%39.64

CMYK Percentages of Color #894084

%0
%53
%4
%46

Triadic Colors of #894084

#894084 #848940 #408489

Analogous Colors of #894084

#894084 #89405f #6a4089

Monochromatic Colors of #894084

#894084

Complementary Color

#894084 #408945

#894084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894084 Color CSS Codes

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

#894084 Text Font Color

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

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


#894084 Background Color

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

This div background color is #894084


#894084 Border Color

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

This div border color is #894084


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,64,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894084; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894084;
  -webkit-box-shadow: 1px 1px 3px 2px #894084;
  box-shadow:         1px 1px 3px 2px #894084; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894084


Comments

No comments written yet.

Please login to write comment.