Color Hex Logo

#993add Color Hex

#993ADD
(153,58,221)
0 Favorites   0 Comments

Color spaces of #993add

RGB 15358221
HSL0.760.710.55
HSV275°74°87°
CMYK 0.310.740.00   0.13
XYZ27.701115.018969.8455
Yxy15.01890.24610.1334
Hunter Lab38.754259.7700-79.7285
CIE-Lab45.660165.7284-66.1764

#993add color RGB value is (153,58,221).

#993add hex color red value is 153, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #993add hue: 0.76 , saturation: 0.71 and the lightness value of 993add is 0.55.

The process color (four color CMYK) of #993add color hex is 0.31, 0.74, 0.00, 0.13. Web safe color of #993add is #9933cc. Color #993add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11011101
Octal 231 72 335
Decimal 153 58 221
Hex 99 3A DD

RGB Percentages of Color #993add

%35.42
%13.43
%51.16

CMYK Percentages of Color #993add

%31
%74
%0
%13

Triadic Colors of #993add

#993add #dd993a #3add99

Analogous Colors of #993add

#993add #dd3ad0 #473add

Monochromatic Colors of #993add

#993add

Complementary Color

#993add #7edd3a

#993add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993add Color Preview on White Background

Lorem ipsum dolor sit amet.

#993add Color CSS Codes

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

#993add Text Font Color

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

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


#993add Background Color

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

This div background color is #993add


#993add Border Color

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

This div border color is #993add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993add


Comments

No comments written yet.

Please login to write comment.