Color Hex Logo

#9f0aae Color Hex

#9F0AAE
(159,10,174)
0 Favorites   0 Comments

Color spaces of #9f0aae

RGB 15910174
HSL0.820.890.36
HSV295°94°68°
CMYK 0.090.940.00   0.32
XYZ22.046610.644040.9369
Yxy10.64400.29940.1446
Hunter Lab32.625163.5282-51.5574
CIE-Lab38.974370.2536-49.5661

#9f0aae color RGB value is (159,10,174).

#9f0aae hex color red value is 159, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9f0aae hue: 0.82 , saturation: 0.89 and the lightness value of 9f0aae is 0.36.

The process color (four color CMYK) of #9f0aae color hex is 0.09, 0.94, 0.00, 0.32. Web safe color of #9f0aae is #990099. Color #9f0aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00001010 10101110
Octal 237 12 256
Decimal 159 10 174
Hex 9F A AE

RGB Percentages of Color #9f0aae

%46.36
%2.92
%50.73

CMYK Percentages of Color #9f0aae

%9
%94
%0
%32

Triadic Colors of #9f0aae

#9f0aae #ae9f0a #0aae9f

Analogous Colors of #9f0aae

#9f0aae #ae0a6b #4d0aae

Monochromatic Colors of #9f0aae

#9f0aae

Complementary Color

#9f0aae #19ae0a

#9f0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f0aae Color CSS Codes

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

#9f0aae Text Font Color

<p style="color:#9f0aae">Text here</p>

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


#9f0aae Background Color

<div style="background-color:#9f0aae">
Div content here</div>

This div background color is #9f0aae


#9f0aae Border Color

<div style="border:3px solid #9f0aae">
Div here</div>

This div border color is #9f0aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,10,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f0aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f0aae;
  -webkit-box-shadow: 1px 1px 3px 2px #9f0aae;
  box-shadow:         1px 1px 3px 2px #9f0aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,10,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 #9f0aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f0aae


Comments

No comments written yet.

Please login to write comment.