Color Hex Logo

#9a6aeb Color Hex

#9A6AEB
(154,106,235)
0 Favorites   0 Comments

Color spaces of #9a6aeb

RGB 154106235
HSL0.730.760.67
HSV262°55°92°
CMYK 0.340.550.00   0.08
XYZ33.475923.176381.3064
Yxy23.17630.24270.1680
Hunter Lab48.141839.8738-66.4354
CIE-Lab55.253545.9759-58.5969

#9a6aeb color RGB value is (154,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01101010 11101011
Octal 232 152 353
Decimal 154 106 235
Hex 9A 6A EB

RGB Percentages of Color #9a6aeb

%31.11
%21.41
%47.47

CMYK Percentages of Color #9a6aeb

%34
%55
%0
%8

Triadic Colors of #9a6aeb

#9a6aeb #eb9a6a #6aeb9a

Analogous Colors of #9a6aeb

#9a6aeb #db6aeb #6a7beb

Monochromatic Colors of #9a6aeb

#9a6aeb

Complementary Color

#9a6aeb #bbeb6a

#9a6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a6aeb Color CSS Codes

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

#9a6aeb Text Font Color

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

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


#9a6aeb Background Color

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

This div background color is #9a6aeb


#9a6aeb Border Color

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

This div border color is #9a6aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a6aeb


Comments

No comments written yet.

Please login to write comment.