Color Hex Logo

#9e6bec Color Hex

#9E6BEC
(158,107,236)
0 Favorites   0 Comments

Color spaces of #9e6bec

RGB 158107236
HSL0.730.770.67
HSV264°55°93°
CMYK 0.330.550.00   0.07
XYZ34.498623.840682.1403
Yxy23.84060.24560.1697
Hunter Lab48.826840.6722-65.5635
CIE-Lab55.927846.6289-58.0524

#9e6bec color RGB value is (158,107,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101011 11101100
Octal 236 153 354
Decimal 158 107 236
Hex 9E 6B EC

RGB Percentages of Color #9e6bec

%31.54
%21.36
%47.11

CMYK Percentages of Color #9e6bec

%33
%55
%0
%7

Triadic Colors of #9e6bec

#9e6bec #ec9e6b #6bec9e

Analogous Colors of #9e6bec

#9e6bec #df6bec #6b79ec

Monochromatic Colors of #9e6bec

#9e6bec

Complementary Color

#9e6bec #b9ec6b

#9e6bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6bec Color CSS Codes

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

#9e6bec Text Font Color

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

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


#9e6bec Background Color

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

This div background color is #9e6bec


#9e6bec Border Color

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

This div border color is #9e6bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6bec


Comments

No comments written yet.

Please login to write comment.