Color Hex Logo

#944feb Color Hex

#944FEB
(148,79,235)
0 Favorites   0 Comments

Color spaces of #944feb

RGB 14879235
HSL0.740.800.62
HSV267°66°92°
CMYK 0.370.660.00   0.08
XYZ30.004117.886080.4682
Yxy17.88600.23380.1393
Hunter Lab42.291852.6267-83.2061
CIE-Lab49.357558.7344-68.1366

#944feb color RGB value is (148,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001111 11101011
Octal 224 117 353
Decimal 148 79 235
Hex 94 4F EB

RGB Percentages of Color #944feb

%32.03
%17.10
%50.87

CMYK Percentages of Color #944feb

%37
%66
%0
%8

Triadic Colors of #944feb

#944feb #eb944f #4feb94

Analogous Colors of #944feb

#944feb #e24feb #4f58eb

Monochromatic Colors of #944feb

#944feb

Complementary Color

#944feb #a6eb4f

#944feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#944feb Color CSS Codes

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

#944feb Text Font Color

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

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


#944feb Background Color

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

This div background color is #944feb


#944feb Border Color

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

This div border color is #944feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #944feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944feb


Comments

No comments written yet.

Please login to write comment.