Color Hex Logo

#894880 Color Hex

#894880
(137,72,128)
0 Favorites   0 Comments

Color spaces of #894880

RGB 13772128
HSL0.860.310.41
HSV308°47°54°
CMYK 0.000.470.07   0.46
XYZ16.530211.511621.7728
Yxy11.51160.33180.2311
Hunter Lab33.928727.5905-14.2975
CIE-Lab40.429135.8647-19.6623

#894880 color RGB value is (137,72,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 10000000
Octal 211 110 200
Decimal 137 72 128
Hex 89 48 80

RGB Percentages of Color #894880

%40.65
%21.36
%37.98

CMYK Percentages of Color #894880

%0
%47
%7
%46

Triadic Colors of #894880

#894880 #808948 #488089

Analogous Colors of #894880

#894880 #894860 #724889

Monochromatic Colors of #894880

#894880

Complementary Color

#894880 #488951

#894880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894880 Color CSS Codes

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

#894880 Text Font Color

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

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


#894880 Background Color

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

This div background color is #894880


#894880 Border Color

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

This div border color is #894880


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,72,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 #894880">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894880


Comments

No comments written yet.

Please login to write comment.