Color Hex Logo

#9410aa Color Hex

#9410AA
(148,16,170)
0 Favorites   0 Comments

Color spaces of #9410aa

RGB 14816170
HSL0.810.830.36
HSV291°91°67°
CMYK 0.130.910.00   0.33
XYZ19.65379.568838.8413
Yxy9.56880.28880.1406
Hunter Lab30.933559.2771-52.7934
CIE-Lab37.057166.9741-50.3652

#9410aa color RGB value is (148,16,170).

#9410aa hex color red value is 148, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9410aa hue: 0.81 , saturation: 0.83 and the lightness value of 9410aa is 0.36.

The process color (four color CMYK) of #9410aa color hex is 0.13, 0.91, 0.00, 0.33. Web safe color of #9410aa is #990099. Color #9410aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010000 10101010
Octal 224 20 252
Decimal 148 16 170
Hex 94 10 AA

RGB Percentages of Color #9410aa

%44.31
%4.79
%50.90

CMYK Percentages of Color #9410aa

%13
%91
%0
%33

Triadic Colors of #9410aa

#9410aa #aa9410 #10aa94

Analogous Colors of #9410aa

#9410aa #aa1073 #4710aa

Monochromatic Colors of #9410aa

#9410aa

Complementary Color

#9410aa #26aa10

#9410aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9410aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9410aa Color CSS Codes

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

#9410aa Text Font Color

<p style="color:#9410aa">Text here</p>

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


#9410aa Background Color

<div style="background-color:#9410aa">
Div content here</div>

This div background color is #9410aa


#9410aa Border Color

<div style="border:3px solid #9410aa">
Div here</div>

This div border color is #9410aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,16,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9410aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9410aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9410aa;
  box-shadow:         1px 1px 3px 2px #9410aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9410aa


Comments

No comments written yet.

Please login to write comment.