Color Hex Logo

#9e6ceb Color Hex

#9E6CEB
(158,108,235)
0 Favorites   0 Comments

Color spaces of #9e6ceb

RGB 158108235
HSL0.730.760.67
HSV264°54°92°
CMYK 0.330.540.00   0.08
XYZ34.458523.992481.4121
Yxy23.99240.24640.1715
Hunter Lab48.982039.8549-64.2573
CIE-Lab56.080245.8340-57.2501

#9e6ceb color RGB value is (158,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101100 11101011
Octal 236 154 353
Decimal 158 108 235
Hex 9E 6C EB

RGB Percentages of Color #9e6ceb

%31.54
%21.56
%46.91

CMYK Percentages of Color #9e6ceb

%33
%54
%0
%8

Triadic Colors of #9e6ceb

#9e6ceb #eb9e6c #6ceb9e

Analogous Colors of #9e6ceb

#9e6ceb #de6ceb #6c7aeb

Monochromatic Colors of #9e6ceb

#9e6ceb

Complementary Color

#9e6ceb #b9eb6c

#9e6ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6ceb Color CSS Codes

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

#9e6ceb Text Font Color

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

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


#9e6ceb Background Color

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

This div background color is #9e6ceb


#9e6ceb Border Color

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

This div border color is #9e6ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6ceb


Comments

No comments written yet.

Please login to write comment.