Color Hex Logo

#9017a4 Color Hex

#9017A4
(144,23,164)
0 Favorites   0 Comments

Color spaces of #9017a4

RGB 14423164
HSL0.810.750.37
HSV291°86°64°
CMYK 0.120.860.00   0.36
XYZ18.50889.222435.9265
Yxy9.22240.29080.1449
Hunter Lab30.368455.6467-48.8835
CIE-Lab36.409063.9113-47.8418

#9017a4 color RGB value is (144,23,164).

#9017a4 hex color red value is 144, green value is 23 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #9017a4 hue: 0.81 , saturation: 0.75 and the lightness value of 9017a4 is 0.37.

The process color (four color CMYK) of #9017a4 color hex is 0.12, 0.86, 0.00, 0.36. Web safe color of #9017a4 is #990099. Color #9017a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010111 10100100
Octal 220 27 244
Decimal 144 23 164
Hex 90 17 A4

RGB Percentages of Color #9017a4

%43.50
%6.95
%49.55

CMYK Percentages of Color #9017a4

%12
%86
%0
%36

Triadic Colors of #9017a4

#9017a4 #a49017 #17a490

Analogous Colors of #9017a4

#9017a4 #a41772 #4917a4

Monochromatic Colors of #9017a4

#9017a4

Complementary Color

#9017a4 #2ba417

#9017a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9017a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9017a4 Color CSS Codes

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

#9017a4 Text Font Color

<p style="color:#9017a4">Text here</p>

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


#9017a4 Background Color

<div style="background-color:#9017a4">
Div content here</div>

This div background color is #9017a4


#9017a4 Border Color

<div style="border:3px solid #9017a4">
Div here</div>

This div border color is #9017a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,23,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9017a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9017a4;
  -webkit-box-shadow: 1px 1px 3px 2px #9017a4;
  box-shadow:         1px 1px 3px 2px #9017a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9017a4


Comments

No comments written yet.

Please login to write comment.