Color Hex Logo

#990873 Color Hex

#990873
(153,8,115)
0 Favorites   0 Comments

Color spaces of #990873

RGB 1538115
HSL0.880.900.32
HSV316°95°60°
CMYK 0.000.950.25   0.40
XYZ16.31828.183816.9392
Yxy8.18380.39380.1975
Hunter Lab28.607351.7571-15.0821
CIE-Lab34.362860.8144-20.7334

#990873 color RGB value is (153,8,115).

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

The process color (four color CMYK) of #990873 color hex is 0.00, 0.95, 0.25, 0.40. Web safe color of #990873 is #990066. Color #990873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001000 01110011
Octal 231 10 163
Decimal 153 8 115
Hex 99 8 73

RGB Percentages of Color #990873

%55.43
%2.90
%41.67

CMYK Percentages of Color #990873

%0
%95
%25
%40

Triadic Colors of #990873

#990873 #739908 #087399

Analogous Colors of #990873

#990873 #99082b #770899

Monochromatic Colors of #990873

#990873

Complementary Color

#990873 #08992e

#990873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990873 Color CSS Codes

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

#990873 Text Font Color

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

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


#990873 Background Color

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

This div background color is #990873


#990873 Border Color

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

This div border color is #990873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990873


Comments

No comments written yet.

Please login to write comment.