Color Hex Logo

#990daa Color Hex

#990DAA
(153,13,170)
0 Favorites   0 Comments

Color spaces of #990daa

RGB 15313170
HSL0.820.860.36
HSV294°92°67°
CMYK 0.100.920.00   0.33
XYZ20.53659.962438.8708
Yxy9.96240.29600.1436
Hunter Lab31.563360.9045-50.9225
CIE-Lab37.774968.2427-49.1636

#990daa color RGB value is (153,13,170).

#990daa hex color red value is 153, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #990daa hue: 0.82 , saturation: 0.86 and the lightness value of 990daa is 0.36.

The process color (four color CMYK) of #990daa color hex is 0.10, 0.92, 0.00, 0.33. Web safe color of #990daa is #990099. Color #990daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 10101010
Octal 231 15 252
Decimal 153 13 170
Hex 99 D AA

RGB Percentages of Color #990daa

%45.54
%3.87
%50.60

CMYK Percentages of Color #990daa

%10
%92
%0
%33

Triadic Colors of #990daa

#990daa #aa990d #0daa99

Analogous Colors of #990daa

#990daa #aa0d6d #4b0daa

Monochromatic Colors of #990daa

#990daa

Complementary Color

#990daa #1eaa0d

#990daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#990daa Color CSS Codes

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

#990daa Text Font Color

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

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


#990daa Background Color

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

This div background color is #990daa


#990daa Border Color

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

This div border color is #990daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,13,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #990daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #990daa;
  -webkit-box-shadow: 1px 1px 3px 2px #990daa;
  box-shadow:         1px 1px 3px 2px #990daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990daa


Comments

No comments written yet.

Please login to write comment.