Color Hex Logo

#9e68fb Color Hex

#9E68FB
(158,104,251)
0 Favorites   0 Comments

Color spaces of #9e68fb

RGB 158104251
HSL0.730.950.70
HSV262°59°98°
CMYK 0.370.590.00   0.02
XYZ36.463524.134894.0034
Yxy24.13480.23590.1561
Hunter Lab49.127246.5149-79.0606
CIE-Lab56.222552.0055-65.9183

#9e68fb color RGB value is (158,104,251).

#9e68fb hex color red value is 158, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9e68fb hue: 0.73 , saturation: 0.95 and the lightness value of 9e68fb is 0.70.

The process color (four color CMYK) of #9e68fb color hex is 0.37, 0.59, 0.00, 0.02. Web safe color of #9e68fb is #9966ff. Color #9e68fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101000 11111011
Octal 236 150 373
Decimal 158 104 251
Hex 9E 68 FB

RGB Percentages of Color #9e68fb

%30.80
%20.27
%48.93

CMYK Percentages of Color #9e68fb

%37
%59
%0
%2

Triadic Colors of #9e68fb

#9e68fb #fb9e68 #68fb9e

Analogous Colors of #9e68fb

#9e68fb #e868fb #687cfb

Monochromatic Colors of #9e68fb

#9e68fb

Complementary Color

#9e68fb #c5fb68

#9e68fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e68fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e68fb Color CSS Codes

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

#9e68fb Text Font Color

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

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


#9e68fb Background Color

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

This div background color is #9e68fb


#9e68fb Border Color

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

This div border color is #9e68fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e68fb


Comments

No comments written yet.

Please login to write comment.