Color Hex Logo

#894876 Color Hex

#894876
(137,72,118)
0 Favorites   0 Comments

Color spaces of #894876

RGB 13772118
HSL0.880.310.41
HSV318°47°54°
CMYK 0.000.470.14   0.46
XYZ15.903911.261118.4749
Yxy11.26110.34850.2467
Hunter Lab33.557625.8706-9.1514
CIE-Lab40.016834.0716-14.1422

#894876 color RGB value is (137,72,118).

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

The process color (four color CMYK) of #894876 color hex is 0.00, 0.47, 0.14, 0.46. Web safe color of #894876 is #993366. Color #894876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 01110110
Octal 211 110 166
Decimal 137 72 118
Hex 89 48 76

RGB Percentages of Color #894876

%41.90
%22.02
%36.09

CMYK Percentages of Color #894876

%0
%47
%14
%46

Triadic Colors of #894876

#894876 #768948 #487689

Analogous Colors of #894876

#894876 #894856 #7c4889

Monochromatic Colors of #894876

#894876

Complementary Color

#894876 #48895b

#894876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894876 Color CSS Codes

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

#894876 Text Font Color

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

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


#894876 Background Color

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

This div background color is #894876


#894876 Border Color

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

This div border color is #894876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894876


Comments

No comments written yet.

Please login to write comment.