Color Hex Logo

#990589 Color Hex

#990589
(153,5,137)
0 Favorites   0 Comments

Color spaces of #990589

RGB 1535137
HSL0.850.940.31
HSV306°97°60°
CMYK 0.000.970.10   0.40
XYZ17.70658.687024.4104
Yxy8.68700.34850.1710
Hunter Lab29.473755.6559-28.4729
CIE-Lab35.374564.1207-32.9210

#990589 color RGB value is (153,5,137).

#990589 hex color red value is 153, green value is 5 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #990589 hue: 0.85 , saturation: 0.94 and the lightness value of 990589 is 0.31.

The process color (four color CMYK) of #990589 color hex is 0.00, 0.97, 0.10, 0.40. Web safe color of #990589 is #990099. Color #990589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000101 10001001
Octal 231 5 211
Decimal 153 5 137
Hex 99 5 89

RGB Percentages of Color #990589

%51.86
%1.69
%46.44

CMYK Percentages of Color #990589

%0
%97
%10
%40

Triadic Colors of #990589

#990589 #899905 #058999

Analogous Colors of #990589

#990589 #99053f #5f0599

Monochromatic Colors of #990589

#990589

Complementary Color

#990589 #059915

#990589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990589 Color CSS Codes

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

#990589 Text Font Color

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

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


#990589 Background Color

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

This div background color is #990589


#990589 Border Color

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

This div border color is #990589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,5,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 #990589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990589


Comments

No comments written yet.

Please login to write comment.