Color Hex Logo

#9441ce Color Hex

#9441CE
(148,65,206)
0 Favorites   0 Comments

Color spaces of #9441ce

RGB 14865206
HSL0.760.590.53
HSV275°68°81°
CMYK 0.280.680.00   0.19
XYZ25.243614.532759.8671
Yxy14.53270.25330.1458
Hunter Lab38.121851.4866-66.4248
CIE-Lab44.987458.5197-58.6966

#9441ce color RGB value is (148,65,206).

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

The process color (four color CMYK) of #9441ce color hex is 0.28, 0.68, 0.00, 0.19. Web safe color of #9441ce is #9933cc. Color #9441ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000001 11001110
Octal 224 101 316
Decimal 148 65 206
Hex 94 41 CE

RGB Percentages of Color #9441ce

%35.32
%15.51
%49.16

CMYK Percentages of Color #9441ce

%28
%68
%0
%19

Triadic Colors of #9441ce

#9441ce #ce9441 #41ce94

Analogous Colors of #9441ce

#9441ce #ce41c2 #4e41ce

Monochromatic Colors of #9441ce

#9441ce

Complementary Color

#9441ce #7bce41

#9441ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9441ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9441ce Color CSS Codes

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

#9441ce Text Font Color

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

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


#9441ce Background Color

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

This div background color is #9441ce


#9441ce Border Color

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

This div border color is #9441ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,65,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9441ce


Comments

No comments written yet.

Please login to write comment.