Color Hex Logo

#990885 Color Hex

#990885
(153,8,133)
0 Favorites   0 Comments

Color spaces of #990885

RGB 1538133
HSL0.860.900.32
HSV308°95°60°
CMYK 0.000.950.13   0.40
XYZ17.45738.639422.9378
Yxy8.63940.35600.1762
Hunter Lab29.392954.5790-25.6941
CIE-Lab35.280563.1799-30.5890

#990885 color RGB value is (153,8,133).

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

The process color (four color CMYK) of #990885 color hex is 0.00, 0.95, 0.13, 0.40. Web safe color of #990885 is #990099. Color #990885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001000 10000101
Octal 231 10 205
Decimal 153 8 133
Hex 99 8 85

RGB Percentages of Color #990885

%52.04
%2.72
%45.24

CMYK Percentages of Color #990885

%0
%95
%13
%40

Triadic Colors of #990885

#990885 #859908 #088599

Analogous Colors of #990885

#990885 #99083c #650899

Monochromatic Colors of #990885

#990885

Complementary Color

#990885 #08991c

#990885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990885 Color CSS Codes

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

#990885 Text Font Color

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

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


#990885 Background Color

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

This div background color is #990885


#990885 Border Color

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

This div border color is #990885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990885


Comments

No comments written yet.

Please login to write comment.