Color Hex Logo

#9e78de Color Hex

#9E78DE
(158,120,222)
0 Favorites   0 Comments

Color spaces of #9e78de

RGB 158120222
HSL0.730.610.67
HSV262°46°87°
CMYK 0.290.460.00   0.13
XYZ34.001825.976072.3290
Yxy25.97600.25700.1963
Hunter Lab50.966729.8925-48.4644
CIE-Lab58.014335.9154-46.8967

#9e78de color RGB value is (158,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111000 11011110
Octal 236 170 336
Decimal 158 120 222
Hex 9E 78 DE

RGB Percentages of Color #9e78de

%31.60
%24.00
%44.40

CMYK Percentages of Color #9e78de

%29
%46
%0
%13

Triadic Colors of #9e78de

#9e78de #de9e78 #78de9e

Analogous Colors of #9e78de

#9e78de #d178de #7885de

Monochromatic Colors of #9e78de

#9e78de

Complementary Color

#9e78de #b8de78

#9e78de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e78de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e78de Color CSS Codes

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

#9e78de Text Font Color

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

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


#9e78de Background Color

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

This div background color is #9e78de


#9e78de Border Color

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

This div border color is #9e78de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,120,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 #9e78de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e78de


Comments

No comments written yet.

Please login to write comment.