Color Hex Logo

#993daa Color Hex

#993DAA
(153,61,170)
0 Favorites   0 Comments

Color spaces of #993daa

RGB 15361170
HSL0.810.470.45
HSV291°64°67°
CMYK 0.100.640.00   0.33
XYZ22.061313.012139.3790
Yxy13.01210.29630.1748
Hunter Lab36.072346.0416-39.4745
CIE-Lab42.781553.9115-41.1472

#993daa color RGB value is (153,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101010
Octal 231 75 252
Decimal 153 61 170
Hex 99 3D AA

RGB Percentages of Color #993daa

%39.84
%15.89
%44.27

CMYK Percentages of Color #993daa

%10
%64
%0
%33

Triadic Colors of #993daa

#993daa #aa993d #3daa99

Analogous Colors of #993daa

#993daa #aa3d85 #623daa

Monochromatic Colors of #993daa

#993daa

Complementary Color

#993daa #4eaa3d

#993daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#993daa Color CSS Codes

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

#993daa Text Font Color

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

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


#993daa Background Color

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

This div background color is #993daa


#993daa Border Color

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

This div border color is #993daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993daa


Comments

No comments written yet.

Please login to write comment.