Color Hex Logo

#993dac Color Hex

#993DAC
(153,61,172)
0 Favorites   0 Comments

Color spaces of #993dac

RGB 15361172
HSL0.800.480.46
HSV290°65°67°
CMYK 0.110.650.00   0.33
XYZ22.252013.088340.3832
Yxy13.08830.29390.1728
Hunter Lab36.177846.4797-40.8577
CIE-Lab42.896054.3008-42.1508

#993dac color RGB value is (153,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101100
Octal 231 75 254
Decimal 153 61 172
Hex 99 3D AC

RGB Percentages of Color #993dac

%39.64
%15.80
%44.56

CMYK Percentages of Color #993dac

%11
%65
%0
%33

Triadic Colors of #993dac

#993dac #ac993d #3dac99

Analogous Colors of #993dac

#993dac #ac3d88 #623dac

Monochromatic Colors of #993dac

#993dac

Complementary Color

#993dac #50ac3d

#993dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dac Color CSS Codes

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

#993dac Text Font Color

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

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


#993dac Background Color

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

This div background color is #993dac


#993dac Border Color

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

This div border color is #993dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dac


Comments

No comments written yet.

Please login to write comment.