Color Hex Logo

#9406aa Color Hex

#9406AA
(148,6,170)
0 Favorites   0 Comments

Color spaces of #9406aa

RGB 1486170
HSL0.810.930.35
HSV292°96°67°
CMYK 0.130.960.00   0.33
XYZ19.53369.328438.8012
Yxy9.32840.28870.1379
Hunter Lab30.542460.7115-53.9425
CIE-Lab36.609068.3021-51.0889

#9406aa color RGB value is (148,6,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000110 10101010
Octal 224 6 252
Decimal 148 6 170
Hex 94 6 AA

RGB Percentages of Color #9406aa

%45.68
%1.85
%52.47

CMYK Percentages of Color #9406aa

%13
%96
%0
%33

Triadic Colors of #9406aa

#9406aa #aa9406 #06aa94

Analogous Colors of #9406aa

#9406aa #aa066e #4206aa

Monochromatic Colors of #9406aa

#9406aa

Complementary Color

#9406aa #1caa06

#9406aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9406aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9406aa Color CSS Codes

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

#9406aa Text Font Color

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

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


#9406aa Background Color

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

This div background color is #9406aa


#9406aa Border Color

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

This div border color is #9406aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9406aa


Comments

No comments written yet.

Please login to write comment.