Color Hex Logo

#894980 Color Hex

#894980
(137,73,128)
0 Favorites   0 Comments

Color spaces of #894980

RGB 13773128
HSL0.860.300.41
HSV308°47°54°
CMYK 0.000.470.07   0.46
XYZ16.595411.642021.7945
Yxy11.64200.33170.2327
Hunter Lab34.120427.1078-13.9874
CIE-Lab40.641435.3162-19.3352

#894980 color RGB value is (137,73,128).

#894980 hex color red value is 137, green value is 73 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #894980 hue: 0.86 , saturation: 0.30 and the lightness value of 894980 is 0.41.

The process color (four color CMYK) of #894980 color hex is 0.00, 0.47, 0.07, 0.46. Web safe color of #894980 is #993399. Color #894980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 10000000
Octal 211 111 200
Decimal 137 73 128
Hex 89 49 80

RGB Percentages of Color #894980

%40.53
%21.60
%37.87

CMYK Percentages of Color #894980

%0
%47
%7
%46

Triadic Colors of #894980

#894980 #808949 #498089

Analogous Colors of #894980

#894980 #894960 #724989

Monochromatic Colors of #894980

#894980

Complementary Color

#894980 #498952

#894980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894980 Color CSS Codes

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

#894980 Text Font Color

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

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


#894980 Background Color

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

This div background color is #894980


#894980 Border Color

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

This div border color is #894980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894980


Comments

No comments written yet.

Please login to write comment.