Color Hex Logo

#994ffc Color Hex

#994FFC
(153,79,252)
0 Favorites   0 Comments

Color spaces of #994ffc

RGB 15379252
HSL0.740.970.65
HSV266°69°99°
CMYK 0.390.690.00   0.01
XYZ33.503519.392594.0728
Yxy19.39250.22800.1319
Hunter Lab44.036958.7391-95.8310
CIE-Lab51.143363.7892-74.7224

#994ffc color RGB value is (153,79,252).

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

The process color (four color CMYK) of #994ffc color hex is 0.39, 0.69, 0.00, 0.01. Web safe color of #994ffc is #9966ff. Color #994ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11111100
Octal 231 117 374
Decimal 153 79 252
Hex 99 4F FC

RGB Percentages of Color #994ffc

%31.61
%16.32
%52.07

CMYK Percentages of Color #994ffc

%39
%69
%0
%1

Triadic Colors of #994ffc

#994ffc #fc994f #4ffc99

Analogous Colors of #994ffc

#994ffc #f04ffc #4f5cfc

Monochromatic Colors of #994ffc

#994ffc

Complementary Color

#994ffc #b2fc4f

#994ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#994ffc Color CSS Codes

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

#994ffc Text Font Color

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

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


#994ffc Background Color

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

This div background color is #994ffc


#994ffc Border Color

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

This div border color is #994ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.