Color Hex Logo

#994fe1 Color Hex

#994FE1
(153,79,225)
0 Favorites   0 Comments

Color spaces of #994fe1

RGB 15379225
HSL0.750.710.60
HSV270°65°88°
CMYK 0.320.650.00   0.12
XYZ29.523517.800573.1139
Yxy17.80050.24510.1478
Hunter Lab42.190651.0743-73.2126
CIE-Lab49.253257.3565-62.6309

#994fe1 color RGB value is (153,79,225).

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

The process color (four color CMYK) of #994fe1 color hex is 0.32, 0.65, 0.00, 0.12. Web safe color of #994fe1 is #9966cc. Color #994fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11100001
Octal 231 117 341
Decimal 153 79 225
Hex 99 4F E1

RGB Percentages of Color #994fe1

%33.48
%17.29
%49.23

CMYK Percentages of Color #994fe1

%32
%65
%0
%12

Triadic Colors of #994fe1

#994fe1 #e1994f #4fe199

Analogous Colors of #994fe1

#994fe1 #e14fe0 #504fe1

Monochromatic Colors of #994fe1

#994fe1

Complementary Color

#994fe1 #97e14f

#994fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fe1 Color CSS Codes

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

#994fe1 Text Font Color

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

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


#994fe1 Background Color

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

This div background color is #994fe1


#994fe1 Border Color

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

This div border color is #994fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fe1


Comments

No comments written yet.

Please login to write comment.