Color Hex Logo

#9046ad Color Hex

#9046AD
(144,70,173)
0 Favorites   0 Comments

Color spaces of #9046ad

RGB 14470173
HSL0.790.420.48
HSV283°60°68°
CMYK 0.170.600.00   0.32
XYZ21.234613.326740.9883
Yxy13.32670.28110.1764
Hunter Lab36.505839.9445-41.0162
CIE-Lab43.251447.9987-42.2521

#9046ad color RGB value is (144,70,173).

#9046ad hex color red value is 144, green value is 70 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9046ad hue: 0.79 , saturation: 0.42 and the lightness value of 9046ad is 0.48.

The process color (four color CMYK) of #9046ad color hex is 0.17, 0.60, 0.00, 0.32. Web safe color of #9046ad is #993399. Color #9046ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000110 10101101
Octal 220 106 255
Decimal 144 70 173
Hex 90 46 AD

RGB Percentages of Color #9046ad

%37.21
%18.09
%44.70

CMYK Percentages of Color #9046ad

%17
%60
%0
%32

Triadic Colors of #9046ad

#9046ad #ad9046 #46ad90

Analogous Colors of #9046ad

#9046ad #ad4697 #5c46ad

Monochromatic Colors of #9046ad

#9046ad

Complementary Color

#9046ad #63ad46

#9046ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9046ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9046ad Color CSS Codes

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

#9046ad Text Font Color

<p style="color:#9046ad">Text here</p>

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


#9046ad Background Color

<div style="background-color:#9046ad">
Div content here</div>

This div background color is #9046ad


#9046ad Border Color

<div style="border:3px solid #9046ad">
Div here</div>

This div border color is #9046ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,70,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9046ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9046ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9046ad;
  box-shadow:         1px 1px 3px 2px #9046ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,70,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9046ad


Comments

No comments written yet.

Please login to write comment.