Color Hex Logo

#993dab Color Hex

#993DAB
(153,61,171)
0 Favorites   0 Comments

Color spaces of #993dab

RGB 15361171
HSL0.810.470.45
HSV290°64°67°
CMYK 0.110.640.00   0.33
XYZ22.156313.050139.8792
Yxy13.05010.29510.1738
Hunter Lab36.124946.2598-40.1643
CIE-Lab42.838654.1056-41.6494

#993dab color RGB value is (153,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101011
Octal 231 75 253
Decimal 153 61 171
Hex 99 3D AB

RGB Percentages of Color #993dab

%39.74
%15.84
%44.42

CMYK Percentages of Color #993dab

%11
%64
%0
%33

Triadic Colors of #993dab

#993dab #ab993d #3dab99

Analogous Colors of #993dab

#993dab #ab3d86 #623dab

Monochromatic Colors of #993dab

#993dab

Complementary Color

#993dab #4fab3d

#993dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dab Color CSS Codes

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

#993dab Text Font Color

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

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


#993dab Background Color

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

This div background color is #993dab


#993dab Border Color

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

This div border color is #993dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dab


Comments

No comments written yet.

Please login to write comment.