Color Hex Logo

#9f6aea Color Hex

#9F6AEA
(159,106,234)
0 Favorites   0 Comments

Color spaces of #9f6aea

RGB 159106234
HSL0.740.750.67
HSV265°55°92°
CMYK 0.320.550.00   0.08
XYZ34.303423.619580.5929
Yxy23.61950.24760.1705
Hunter Lab48.599940.9413-64.3003
CIE-Lab55.704846.9163-57.2864

#9f6aea color RGB value is (159,106,234).

#9f6aea hex color red value is 159, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9f6aea hue: 0.74 , saturation: 0.75 and the lightness value of 9f6aea is 0.67.

The process color (four color CMYK) of #9f6aea color hex is 0.32, 0.55, 0.00, 0.08. Web safe color of #9f6aea is #9966ff. Color #9f6aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101010 11101010
Octal 237 152 352
Decimal 159 106 234
Hex 9F 6A EA

RGB Percentages of Color #9f6aea

%31.86
%21.24
%46.89

CMYK Percentages of Color #9f6aea

%32
%55
%0
%8

Triadic Colors of #9f6aea

#9f6aea #ea9f6a #6aea9f

Analogous Colors of #9f6aea

#9f6aea #df6aea #6a75ea

Monochromatic Colors of #9f6aea

#9f6aea

Complementary Color

#9f6aea #b5ea6a

#9f6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f6aea Color CSS Codes

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

#9f6aea Text Font Color

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

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


#9f6aea Background Color

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

This div background color is #9f6aea


#9f6aea Border Color

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

This div border color is #9f6aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,106,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f6aea


Comments

No comments written yet.

Please login to write comment.