Color Hex Logo

#993aaa Color Hex

#993AAA
(153,58,170)
0 Favorites   0 Comments

Color spaces of #993aaa

RGB 15358170
HSL0.810.490.45
HSV291°66°67°
CMYK 0.100.660.00   0.33
XYZ21.905612.700739.3271
Yxy12.70070.29630.1718
Hunter Lab35.638047.3518-40.4808
CIE-Lab42.308855.2245-41.8995

#993aaa color RGB value is (153,58,170).

#993aaa hex color red value is 153, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #993aaa hue: 0.81 , saturation: 0.49 and the lightness value of 993aaa is 0.45.

The process color (four color CMYK) of #993aaa color hex is 0.10, 0.66, 0.00, 0.33. Web safe color of #993aaa is #993399. Color #993aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 10101010
Octal 231 72 252
Decimal 153 58 170
Hex 99 3A AA

RGB Percentages of Color #993aaa

%40.16
%15.22
%44.62

CMYK Percentages of Color #993aaa

%10
%66
%0
%33

Triadic Colors of #993aaa

#993aaa #aa993a #3aaa99

Analogous Colors of #993aaa

#993aaa #aa3a83 #613aaa

Monochromatic Colors of #993aaa

#993aaa

Complementary Color

#993aaa #4baa3a

#993aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#993aaa Color CSS Codes

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

#993aaa Text Font Color

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

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


#993aaa Background Color

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

This div background color is #993aaa


#993aaa Border Color

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

This div border color is #993aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993aaa


Comments

No comments written yet.

Please login to write comment.