Color Hex Logo

#994cff Color Hex

#994CFF
(153,76,255)
0 Favorites   0 Comments

Color spaces of #994cff

RGB 15376255
HSL0.741.000.65
HSV266°70°100°
CMYK 0.400.700.00   0.00
XYZ33.771319.161296.5263
Yxy19.16120.22600.1282
Hunter Lab43.773561.1093-100.1007
CIE-Lab50.875365.8830-76.8263

#994cff color RGB value is (153,76,255).

#994cff hex color red value is 153, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #994cff hue: 0.74 , saturation: 1.00 and the lightness value of 994cff is 0.65.

The process color (four color CMYK) of #994cff color hex is 0.40, 0.70, 0.00, 0.00. Web safe color of #994cff is #9933ff. Color #994cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001100 11111111
Octal 231 114 377
Decimal 153 76 255
Hex 99 4C FF

RGB Percentages of Color #994cff

%31.61
%15.70
%52.69

CMYK Percentages of Color #994cff

%40
%70
%0
%0

Triadic Colors of #994cff

#994cff #ff994c #4cff99

Analogous Colors of #994cff

#994cff #f34cff #4c59ff

Monochromatic Colors of #994cff

#994cff

Complementary Color

#994cff #b2ff4c

#994cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#994cff Color CSS Codes

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

#994cff Text Font Color

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

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


#994cff Background Color

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

This div background color is #994cff


#994cff Border Color

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

This div border color is #994cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994cff

Related Colors


Comments

No comments written yet.

Please login to write comment.