Color Hex Logo

#994fda Color Hex

#994FDA
(153,79,218)
0 Favorites   0 Comments

Color spaces of #994fda

RGB 15379218
HSL0.760.650.58
HSV272°64°85°
CMYK 0.300.640.00   0.15
XYZ28.587717.426268.1865
Yxy17.42620.25030.1526
Hunter Lab41.744749.1875-67.6240
CIE-Lab48.792655.7257-59.3989

#994fda color RGB value is (153,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11011010
Octal 231 117 332
Decimal 153 79 218
Hex 99 4F DA

RGB Percentages of Color #994fda

%34.00
%17.56
%48.44

CMYK Percentages of Color #994fda

%30
%64
%0
%15

Triadic Colors of #994fda

#994fda #da994f #4fda99

Analogous Colors of #994fda

#994fda #da4fd6 #534fda

Monochromatic Colors of #994fda

#994fda

Complementary Color

#994fda #90da4f

#994fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fda Color CSS Codes

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

#994fda Text Font Color

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

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


#994fda Background Color

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

This div background color is #994fda


#994fda Border Color

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

This div border color is #994fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fda


Comments

No comments written yet.

Please login to write comment.