Color Hex Logo

#994ddb Color Hex

#994DDB
(153,77,219)
0 Favorites   0 Comments

Color spaces of #994ddb

RGB 15377219
HSL0.760.660.58
HSV272°65°86°
CMYK 0.300.650.00   0.14
XYZ28.576917.194568.8305
Yxy17.19450.24940.1500
Hunter Lab41.466350.4492-69.3901
CIE-Lab48.504256.9268-60.4332

#994ddb color RGB value is (153,77,219).

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

The process color (four color CMYK) of #994ddb color hex is 0.30, 0.65, 0.00, 0.14. Web safe color of #994ddb is #9966cc. Color #994ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001101 11011011
Octal 231 115 333
Decimal 153 77 219
Hex 99 4D DB

RGB Percentages of Color #994ddb

%34.08
%17.15
%48.78

CMYK Percentages of Color #994ddb

%30
%65
%0
%14

Triadic Colors of #994ddb

#994ddb #db994d #4ddb99

Analogous Colors of #994ddb

#994ddb #db4dd6 #524ddb

Monochromatic Colors of #994ddb

#994ddb

Complementary Color

#994ddb #8fdb4d

#994ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#994ddb Color CSS Codes

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

#994ddb Text Font Color

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

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


#994ddb Background Color

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

This div background color is #994ddb


#994ddb Border Color

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

This div border color is #994ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994ddb


Comments

No comments written yet.

Please login to write comment.