Color Hex Logo

#891998 Color Hex

#891998
(137,25,152)
0 Favorites   0 Comments

Color spaces of #891998

RGB 13725152
HSL0.810.720.35
HSV293°84°60°
CMYK 0.100.840.00   0.40
XYZ16.33178.280630.4433
Yxy8.28060.29660.1504
Hunter Lab28.776050.9488-42.5820
CIE-Lab34.560660.0385-43.6064

#891998 color RGB value is (137,25,152).

#891998 hex color red value is 137, green value is 25 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #891998 hue: 0.81 , saturation: 0.72 and the lightness value of 891998 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011001 10011000
Octal 211 31 230
Decimal 137 25 152
Hex 89 19 98

RGB Percentages of Color #891998

%43.63
%7.96
%48.41

CMYK Percentages of Color #891998

%10
%84
%0
%40

Triadic Colors of #891998

#891998 #988919 #199889

Analogous Colors of #891998

#891998 #981968 #4a1998

Monochromatic Colors of #891998

#891998

Complementary Color

#891998 #289819

#891998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891998 Color CSS Codes

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

#891998 Text Font Color

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

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


#891998 Background Color

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

This div background color is #891998


#891998 Border Color

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

This div border color is #891998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891998


Comments

No comments written yet.

Please login to write comment.