Color Hex Logo

#894390 Color Hex

#894390
(137,67,144)
0 Favorites   0 Comments

Color spaces of #894390

RGB 13767144
HSL0.820.360.41
HSV295°53°56°
CMYK 0.050.530.00   0.44
XYZ17.357711.346327.6608
Yxy11.34630.30800.2013
Hunter Lab33.684333.0346-25.1087
CIE-Lab40.157741.6160-29.8438

#894390 color RGB value is (137,67,144).

#894390 hex color red value is 137, green value is 67 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #894390 hue: 0.82 , saturation: 0.36 and the lightness value of 894390 is 0.41.

The process color (four color CMYK) of #894390 color hex is 0.05, 0.53, 0.00, 0.44. Web safe color of #894390 is #993399. Color #894390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 10010000
Octal 211 103 220
Decimal 137 67 144
Hex 89 43 90

RGB Percentages of Color #894390

%39.37
%19.25
%41.38

CMYK Percentages of Color #894390

%5
%53
%0
%44

Triadic Colors of #894390

#894390 #908943 #439089

Analogous Colors of #894390

#894390 #904371 #634390

Monochromatic Colors of #894390

#894390

Complementary Color

#894390 #4a9043

#894390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894390 Color CSS Codes

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

#894390 Text Font Color

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

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


#894390 Background Color

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

This div background color is #894390


#894390 Border Color

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

This div border color is #894390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894390


Comments

No comments written yet.

Please login to write comment.