Color Hex Logo

#9441eb Color Hex

#9441EB
(148,65,235)
0 Favorites   0 Comments

Color spaces of #9441eb

RGB 14865235
HSL0.750.810.59
HSV269°72°92°
CMYK 0.370.720.00   0.08
XYZ29.098416.074780.1663
Yxy16.07470.23220.1282
Hunter Lab40.093359.3863-90.4848
CIE-Lab47.072365.1238-71.8502

#9441eb color RGB value is (148,65,235).

#9441eb hex color red value is 148, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9441eb hue: 0.75 , saturation: 0.81 and the lightness value of 9441eb is 0.59.

The process color (four color CMYK) of #9441eb color hex is 0.37, 0.72, 0.00, 0.08. Web safe color of #9441eb is #9933ff. Color #9441eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000001 11101011
Octal 224 101 353
Decimal 148 65 235
Hex 94 41 EB

RGB Percentages of Color #9441eb

%33.04
%14.51
%52.46

CMYK Percentages of Color #9441eb

%37
%72
%0
%8

Triadic Colors of #9441eb

#9441eb #eb9441 #41eb94

Analogous Colors of #9441eb

#9441eb #e941eb #4143eb

Monochromatic Colors of #9441eb

#9441eb

Complementary Color

#9441eb #98eb41

#9441eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9441eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9441eb Color CSS Codes

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

#9441eb Text Font Color

<p style="color:#9441eb">Text here</p>

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


#9441eb Background Color

<div style="background-color:#9441eb">
Div content here</div>

This div background color is #9441eb


#9441eb Border Color

<div style="border:3px solid #9441eb">
Div here</div>

This div border color is #9441eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9441eb


Comments

No comments written yet.

Please login to write comment.