Color Hex Logo

#994feb Color Hex

#994FEB
(153,79,235)
0 Favorites   0 Comments

Color spaces of #994feb

RGB 15379235
HSL0.750.800.62
HSV268°66°92°
CMYK 0.350.660.00   0.08
XYZ30.928218.362480.5115
Yxy18.36240.23830.1415
Hunter Lab42.851453.8434-81.4013
CIE-Lab49.932759.7150-67.1773

#994feb color RGB value is (153,79,235).

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

The process color (four color CMYK) of #994feb color hex is 0.35, 0.66, 0.00, 0.08. Web safe color of #994feb is #9966ff. Color #994feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11101011
Octal 231 117 353
Decimal 153 79 235
Hex 99 4F EB

RGB Percentages of Color #994feb

%32.76
%16.92
%50.32

CMYK Percentages of Color #994feb

%35
%66
%0
%8

Triadic Colors of #994feb

#994feb #eb994f #4feb99

Analogous Colors of #994feb

#994feb #e74feb #4f53eb

Monochromatic Colors of #994feb

#994feb

Complementary Color

#994feb #a1eb4f

#994feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#994feb Color CSS Codes

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

#994feb Text Font Color

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

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


#994feb Background Color

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

This div background color is #994feb


#994feb Border Color

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

This div border color is #994feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994feb


Comments

No comments written yet.

Please login to write comment.