Color Hex Logo

#993dad Color Hex

#993DAD
(153,61,173)
0 Favorites   0 Comments

Color spaces of #993dad

RGB 15361173
HSL0.800.480.46
HSV289°65°68°
CMYK 0.120.650.00   0.32
XYZ22.348413.126940.8910
Yxy13.12690.29260.1719
Hunter Lab36.231146.6998-41.5540
CIE-Lab42.953854.4958-42.6509

#993dad color RGB value is (153,61,173).

#993dad hex color red value is 153, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #993dad hue: 0.80 , saturation: 0.48 and the lightness value of 993dad is 0.46.

The process color (four color CMYK) of #993dad color hex is 0.12, 0.65, 0.00, 0.32. Web safe color of #993dad is #993399. Color #993dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101101
Octal 231 75 255
Decimal 153 61 173
Hex 99 3D AD

RGB Percentages of Color #993dad

%39.53
%15.76
%44.70

CMYK Percentages of Color #993dad

%12
%65
%0
%32

Triadic Colors of #993dad

#993dad #ad993d #3dad99

Analogous Colors of #993dad

#993dad #ad3d89 #613dad

Monochromatic Colors of #993dad

#993dad

Complementary Color

#993dad #51ad3d

#993dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dad Color CSS Codes

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

#993dad Text Font Color

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

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


#993dad Background Color

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

This div background color is #993dad


#993dad Border Color

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

This div border color is #993dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dad


Comments

No comments written yet.

Please login to write comment.