Color Hex Logo

#994fdb Color Hex

#994FDB
(153,79,219)
0 Favorites   0 Comments

Color spaces of #994fdb

RGB 15379219
HSL0.750.660.58
HSV272°64°86°
CMYK 0.300.640.00   0.14
XYZ28.719017.478768.8779
Yxy17.47870.24960.1519
Hunter Lab41.807549.4545-68.4150
CIE-Lab48.857655.9576-59.8632

#994fdb color RGB value is (153,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11011011
Octal 231 117 333
Decimal 153 79 219
Hex 99 4F DB

RGB Percentages of Color #994fdb

%33.92
%17.52
%48.56

CMYK Percentages of Color #994fdb

%30
%64
%0
%14

Triadic Colors of #994fdb

#994fdb #db994f #4fdb99

Analogous Colors of #994fdb

#994fdb #db4fd7 #534fdb

Monochromatic Colors of #994fdb

#994fdb

Complementary Color

#994fdb #91db4f

#994fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fdb Color CSS Codes

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

#994fdb Text Font Color

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

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


#994fdb Background Color

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

This div background color is #994fdb


#994fdb Border Color

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

This div border color is #994fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fdb


Comments

No comments written yet.

Please login to write comment.