Color Hex Logo

#890899 Color Hex

#890899
(137,8,153)
0 Favorites   0 Comments

Color spaces of #890899

RGB 1378153
HSL0.810.900.32
HSV293°95°60°
CMYK 0.100.950.00   0.40
XYZ16.15317.791930.7896
Yxy7.79190.29510.1424
Hunter Lab27.914054.4439-45.8581
CIE-Lab33.545763.3960-45.8502

#890899 color RGB value is (137,8,153).

#890899 hex color red value is 137, green value is 8 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #890899 hue: 0.81 , saturation: 0.90 and the lightness value of 890899 is 0.32.

The process color (four color CMYK) of #890899 color hex is 0.10, 0.95, 0.00, 0.40. Web safe color of #890899 is #990099. Color #890899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001000 10011001
Octal 211 10 231
Decimal 137 8 153
Hex 89 8 99

RGB Percentages of Color #890899

%45.97
%2.68
%51.34

CMYK Percentages of Color #890899

%10
%95
%0
%40

Triadic Colors of #890899

#890899 #998908 #089989

Analogous Colors of #890899

#890899 #990860 #400899

Monochromatic Colors of #890899

#890899

Complementary Color

#890899 #189908

#890899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890899 Color CSS Codes

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

#890899 Text Font Color

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

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


#890899 Background Color

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

This div background color is #890899


#890899 Border Color

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

This div border color is #890899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890899


Comments

No comments written yet.

Please login to write comment.