Color Hex Logo

#9d6aeb Color Hex

#9D6AEB
(157,106,235)
0 Favorites   0 Comments

Color spaces of #9d6aeb

RGB 157106235
HSL0.730.760.67
HSV264°55°92°
CMYK 0.330.550.00   0.08
XYZ34.054123.474381.3334
Yxy23.47430.24520.1690
Hunter Lab48.450340.6737-65.6148
CIE-Lab55.557646.6865-58.0927

#9d6aeb color RGB value is (157,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01101010 11101011
Octal 235 152 353
Decimal 157 106 235
Hex 9D 6A EB

RGB Percentages of Color #9d6aeb

%31.53
%21.29
%47.19

CMYK Percentages of Color #9d6aeb

%33
%55
%0
%8

Triadic Colors of #9d6aeb

#9d6aeb #eb9d6a #6aeb9d

Analogous Colors of #9d6aeb

#9d6aeb #de6aeb #6a78eb

Monochromatic Colors of #9d6aeb

#9d6aeb

Complementary Color

#9d6aeb #b8eb6a

#9d6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d6aeb Color CSS Codes

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

#9d6aeb Text Font Color

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

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


#9d6aeb Background Color

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

This div background color is #9d6aeb


#9d6aeb Border Color

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

This div border color is #9d6aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d6aeb


Comments

No comments written yet.

Please login to write comment.