Color Hex Logo

#9e60de Color Hex

#9E60DE
(158,96,222)
0 Favorites   0 Comments

Color spaces of #9e60de

RGB 15896222
HSL0.750.660.62
HSV270°57°87°
CMYK 0.290.570.00   0.13
XYZ31.468220.908871.4845
Yxy20.90880.25410.1688
Hunter Lab45.726142.8209-60.6808
CIE-Lab52.849549.1326-55.1196

#9e60de color RGB value is (158,96,222).

#9e60de hex color red value is 158, green value is 96 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9e60de hue: 0.75 , saturation: 0.66 and the lightness value of 9e60de is 0.62.

The process color (four color CMYK) of #9e60de color hex is 0.29, 0.57, 0.00, 0.13. Web safe color of #9e60de is #9966cc. Color #9e60de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100000 11011110
Octal 236 140 336
Decimal 158 96 222
Hex 9E 60 DE

RGB Percentages of Color #9e60de

%33.19
%20.17
%46.64

CMYK Percentages of Color #9e60de

%29
%57
%0
%13

Triadic Colors of #9e60de

#9e60de #de9e60 #60de9e

Analogous Colors of #9e60de

#9e60de #dd60de #6061de

Monochromatic Colors of #9e60de

#9e60de

Complementary Color

#9e60de #a0de60

#9e60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e60de Color CSS Codes

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

#9e60de Text Font Color

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

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


#9e60de Background Color

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

This div background color is #9e60de


#9e60de Border Color

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

This div border color is #9e60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e60de


Comments

No comments written yet.

Please login to write comment.