Color Hex Logo

#9e6fef Color Hex

#9E6FEF
(158,111,239)
0 Favorites   0 Comments

Color spaces of #9e6fef

RGB 158111239
HSL0.730.800.69
HSV262°54°94°
CMYK 0.340.540.00   0.06
XYZ35.365024.870084.5978
Yxy24.87000.24420.1717
Hunter Lab49.869839.3104-65.6690
CIE-Lab56.948545.1904-58.0905

#9e6fef color RGB value is (158,111,239).

#9e6fef hex color red value is 158, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9e6fef hue: 0.73 , saturation: 0.80 and the lightness value of 9e6fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101111 11101111
Octal 236 157 357
Decimal 158 111 239
Hex 9E 6F EF

RGB Percentages of Color #9e6fef

%31.10
%21.85
%47.05

CMYK Percentages of Color #9e6fef

%34
%54
%0
%6

Triadic Colors of #9e6fef

#9e6fef #ef9e6f #6fef9e

Analogous Colors of #9e6fef

#9e6fef #de6fef #6f80ef

Monochromatic Colors of #9e6fef

#9e6fef

Complementary Color

#9e6fef #c0ef6f

#9e6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6fef Color CSS Codes

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

#9e6fef Text Font Color

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

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


#9e6fef Background Color

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

This div background color is #9e6fef


#9e6fef Border Color

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

This div border color is #9e6fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6fef


Comments

No comments written yet.

Please login to write comment.