Color Hex Logo

#9f6aeb Color Hex

#9F6AEB
(159,106,235)
0 Favorites   0 Comments

Color spaces of #9f6aeb

RGB 159106235
HSL0.740.760.67
HSV265°55°92°
CMYK 0.320.550.00   0.08
XYZ34.447523.677281.3518
Yxy23.67720.24700.1698
Hunter Lab48.659241.2125-65.0636
CIE-Lab55.763147.1626-57.7519

#9f6aeb color RGB value is (159,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101010 11101011
Octal 237 152 353
Decimal 159 106 235
Hex 9F 6A EB

RGB Percentages of Color #9f6aeb

%31.80
%21.20
%47.00

CMYK Percentages of Color #9f6aeb

%32
%55
%0
%8

Triadic Colors of #9f6aeb

#9f6aeb #eb9f6a #6aeb9f

Analogous Colors of #9f6aeb

#9f6aeb #e06aeb #6a76eb

Monochromatic Colors of #9f6aeb

#9f6aeb

Complementary Color

#9f6aeb #b6eb6a

#9f6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f6aeb Color CSS Codes

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

#9f6aeb Text Font Color

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

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


#9f6aeb Background Color

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

This div background color is #9f6aeb


#9f6aeb Border Color

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

This div border color is #9f6aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f6aeb


Comments

No comments written yet.

Please login to write comment.