Color Hex Logo

#894887 Color Hex

#894887
(137,72,135)
0 Favorites   0 Comments

Color spaces of #894887

RGB 13772135
HSL0.840.310.41
HSV302°47°54°
CMYK 0.000.470.01   0.46
XYZ17.007111.702424.2841
Yxy11.70240.32090.2208
Hunter Lab34.208828.8770-18.1426
CIE-Lab40.739237.1868-23.4617

#894887 color RGB value is (137,72,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 10000111
Octal 211 110 207
Decimal 137 72 135
Hex 89 48 87

RGB Percentages of Color #894887

%39.83
%20.93
%39.24

CMYK Percentages of Color #894887

%0
%47
%1
%46

Triadic Colors of #894887

#894887 #878948 #488789

Analogous Colors of #894887

#894887 #894867 #6b4889

Monochromatic Colors of #894887

#894887

Complementary Color

#894887 #48894a

#894887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894887 Color CSS Codes

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

#894887 Text Font Color

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

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


#894887 Background Color

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

This div background color is #894887


#894887 Border Color

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

This div border color is #894887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894887


Comments

No comments written yet.

Please login to write comment.