Color Hex Logo

#994dd7 Color Hex

#994DD7
(153,77,215)
0 Favorites   0 Comments

Color spaces of #994dd7

RGB 15377215
HSL0.760.630.57
HSV273°64°84°
CMYK 0.290.640.00   0.16
XYZ28.056516.986466.0899
Yxy16.98640.25250.1528
Hunter Lab41.214649.3870-66.2247
CIE-Lab48.242956.0072-58.5746

#994dd7 color RGB value is (153,77,215).

#994dd7 hex color red value is 153, green value is 77 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #994dd7 hue: 0.76 , saturation: 0.63 and the lightness value of 994dd7 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001101 11010111
Octal 231 115 327
Decimal 153 77 215
Hex 99 4D D7

RGB Percentages of Color #994dd7

%34.38
%17.30
%48.31

CMYK Percentages of Color #994dd7

%29
%64
%0
%16

Triadic Colors of #994dd7

#994dd7 #d7994d #4dd799

Analogous Colors of #994dd7

#994dd7 #d74dd0 #544dd7

Monochromatic Colors of #994dd7

#994dd7

Complementary Color

#994dd7 #8bd74d

#994dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994dd7 Color CSS Codes

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

#994dd7 Text Font Color

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

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


#994dd7 Background Color

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

This div background color is #994dd7


#994dd7 Border Color

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

This div border color is #994dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994dd7


Comments

No comments written yet.

Please login to write comment.