Color Hex Logo

#994fdd Color Hex

#994FDD
(153,79,221)
0 Favorites   0 Comments

Color spaces of #994fdd

RGB 15379221
HSL0.750.680.59
HSV271°64°87°
CMYK 0.310.640.00   0.13
XYZ28.984017.584770.2732
Yxy17.58470.24810.1505
Hunter Lab41.934149.9908-70.0043
CIE-Lab48.988556.4224-60.7892

#994fdd color RGB value is (153,79,221).

#994fdd hex color red value is 153, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #994fdd hue: 0.75 , saturation: 0.68 and the lightness value of 994fdd is 0.59.

The process color (four color CMYK) of #994fdd color hex is 0.31, 0.64, 0.00, 0.13. Web safe color of #994fdd is #9966cc. Color #994fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11011101
Octal 231 117 335
Decimal 153 79 221
Hex 99 4F DD

RGB Percentages of Color #994fdd

%33.77
%17.44
%48.79

CMYK Percentages of Color #994fdd

%31
%64
%0
%13

Triadic Colors of #994fdd

#994fdd #dd994f #4fdd99

Analogous Colors of #994fdd

#994fdd #dd4fda #524fdd

Monochromatic Colors of #994fdd

#994fdd

Complementary Color

#994fdd #93dd4f

#994fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fdd Color CSS Codes

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

#994fdd Text Font Color

<p style="color:#994fdd">Text here</p>

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


#994fdd Background Color

<div style="background-color:#994fdd">
Div content here</div>

This div background color is #994fdd


#994fdd Border Color

<div style="border:3px solid #994fdd">
Div here</div>

This div border color is #994fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fdd


Comments

No comments written yet.

Please login to write comment.