Color Hex Logo

#9e6bed Color Hex

#9E6BED
(158,107,237)
0 Favorites   0 Comments

Color spaces of #9e6bed

RGB 158107237
HSL0.730.780.67
HSV264°55°93°
CMYK 0.330.550.00   0.07
XYZ34.644323.898982.9078
Yxy23.89890.24490.1690
Hunter Lab48.886540.9459-66.3308
CIE-Lab55.986446.8778-58.5167

#9e6bed color RGB value is (158,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101011 11101101
Octal 236 153 355
Decimal 158 107 237
Hex 9E 6B ED

RGB Percentages of Color #9e6bed

%31.47
%21.31
%47.21

CMYK Percentages of Color #9e6bed

%33
%55
%0
%7

Triadic Colors of #9e6bed

#9e6bed #ed9e6b #6bed9e

Analogous Colors of #9e6bed

#9e6bed #df6bed #6b79ed

Monochromatic Colors of #9e6bed

#9e6bed

Complementary Color

#9e6bed #baed6b

#9e6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6bed Color CSS Codes

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

#9e6bed Text Font Color

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

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


#9e6bed Background Color

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

This div background color is #9e6bed


#9e6bed Border Color

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

This div border color is #9e6bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,107,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6bed


Comments

No comments written yet.

Please login to write comment.