Color Hex Logo

#994fec Color Hex

#994FEC
(153,79,236)
0 Favorites   0 Comments

Color spaces of #994fec

RGB 15379236
HSL0.750.810.62
HSV268°67°93°
CMYK 0.350.670.00   0.07
XYZ31.073218.420481.2746
Yxy18.42040.23760.1409
Hunter Lab42.919054.1251-82.2327
CIE-Lab50.002159.9527-67.6274

#994fec color RGB value is (153,79,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11101100
Octal 231 117 354
Decimal 153 79 236
Hex 99 4F EC

RGB Percentages of Color #994fec

%32.69
%16.88
%50.43

CMYK Percentages of Color #994fec

%35
%67
%0
%7

Triadic Colors of #994fec

#994fec #ec994f #4fec99

Analogous Colors of #994fec

#994fec #e84fec #4f53ec

Monochromatic Colors of #994fec

#994fec

Complementary Color

#994fec #a2ec4f

#994fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fec Color CSS Codes

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

#994fec Text Font Color

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

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


#994fec Background Color

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

This div background color is #994fec


#994fec Border Color

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

This div border color is #994fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fec


Comments

No comments written yet.

Please login to write comment.