Color Hex Logo

#9017ae Color Hex

#9017AE
(144,23,174)
0 Favorites   0 Comments

Color spaces of #9017ae

RGB 14423174
HSL0.800.770.39
HSV288°87°68°
CMYK 0.170.870.00   0.32
XYZ19.44809.598140.8720
Yxy9.59810.27820.1373
Hunter Lab30.980857.8358-56.5329
CIE-Lab37.111265.7058-52.7020

#9017ae color RGB value is (144,23,174).

#9017ae hex color red value is 144, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9017ae hue: 0.80 , saturation: 0.77 and the lightness value of 9017ae is 0.39.

The process color (four color CMYK) of #9017ae color hex is 0.17, 0.87, 0.00, 0.32. Web safe color of #9017ae is #990099. Color #9017ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010111 10101110
Octal 220 27 256
Decimal 144 23 174
Hex 90 17 AE

RGB Percentages of Color #9017ae

%42.23
%6.74
%51.03

CMYK Percentages of Color #9017ae

%17
%87
%0
%32

Triadic Colors of #9017ae

#9017ae #ae9017 #17ae90

Analogous Colors of #9017ae

#9017ae #ae1781 #4517ae

Monochromatic Colors of #9017ae

#9017ae

Complementary Color

#9017ae #35ae17

#9017ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9017ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9017ae Color CSS Codes

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

#9017ae Text Font Color

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

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


#9017ae Background Color

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

This div background color is #9017ae


#9017ae Border Color

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

This div border color is #9017ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9017ae


Comments

No comments written yet.

Please login to write comment.