Color Hex Logo

#892889 Color Hex

#892889
(137,40,137)
0 Favorites   0 Comments

Color spaces of #892889

RGB 13740137
HSL0.830.550.35
HSV300°71°54°
CMYK 0.000.710.00   0.46
XYZ15.59078.642124.5133
Yxy8.64210.31980.1773
Hunter Lab29.397443.2205-28.8612
CIE-Lab35.285952.6429-33.2443

#892889 color RGB value is (137,40,137).

#892889 hex color red value is 137, green value is 40 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #892889 hue: 0.83 , saturation: 0.55 and the lightness value of 892889 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101000 10001001
Octal 211 50 211
Decimal 137 40 137
Hex 89 28 89

RGB Percentages of Color #892889

%43.63
%12.74
%43.63

CMYK Percentages of Color #892889

%0
%71
%0
%46

Triadic Colors of #892889

#892889 #898928 #288989

Analogous Colors of #892889

#892889 #892859 #592889

Monochromatic Colors of #892889

#892889

Complementary Color

#892889 #288928

#892889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892889 Color CSS Codes

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

#892889 Text Font Color

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

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


#892889 Background Color

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

This div background color is #892889


#892889 Border Color

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

This div border color is #892889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892889


Comments

No comments written yet.

Please login to write comment.