Color Hex Logo

#9009af Color Hex

#9009AF
(144,9,175)
0 Favorites   0 Comments

Color spaces of #9009af

RGB 1449175
HSL0.800.900.36
HSV289°95°69°
CMYK 0.180.950.00   0.31
XYZ19.33729.219841.3179
Yxy9.21980.27670.1319
Hunter Lab30.364160.5394-59.4238
CIE-Lab36.404168.1933-54.4440

#9009af color RGB value is (144,9,175).

#9009af hex color red value is 144, green value is 9 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9009af hue: 0.80 , saturation: 0.90 and the lightness value of 9009af is 0.36.

The process color (four color CMYK) of #9009af color hex is 0.18, 0.95, 0.00, 0.31. Web safe color of #9009af is #990099. Color #9009af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001001 10101111
Octal 220 11 257
Decimal 144 9 175
Hex 90 9 AF

RGB Percentages of Color #9009af

%43.90
%2.74
%53.35

CMYK Percentages of Color #9009af

%18
%95
%0
%31

Triadic Colors of #9009af

#9009af #af9009 #09af90

Analogous Colors of #9009af

#9009af #af097b #3d09af

Monochromatic Colors of #9009af

#9009af

Complementary Color

#9009af #28af09

#9009af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9009af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9009af Color CSS Codes

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

#9009af Text Font Color

<p style="color:#9009af">Text here</p>

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


#9009af Background Color

<div style="background-color:#9009af">
Div content here</div>

This div background color is #9009af


#9009af Border Color

<div style="border:3px solid #9009af">
Div here</div>

This div border color is #9009af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,9,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9009af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9009af;
  -webkit-box-shadow: 1px 1px 3px 2px #9009af;
  box-shadow:         1px 1px 3px 2px #9009af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9009af


Comments

No comments written yet.

Please login to write comment.