Color Hex Logo

#9e78db Color Hex

#9E78DB
(158,120,219)
0 Favorites   0 Comments

Color spaces of #9e78db

RGB 158120219
HSL0.730.580.66
HSV263°45°86°
CMYK 0.280.450.00   0.14
XYZ33.603225.816570.2298
Yxy25.81650.25920.1991
Hunter Lab50.809929.1337-46.3840
CIE-Lab57.862535.1772-45.4536

#9e78db color RGB value is (158,120,219).

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

The process color (four color CMYK) of #9e78db color hex is 0.28, 0.45, 0.00, 0.14. Web safe color of #9e78db is #9966cc. Color #9e78db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111000 11011011
Octal 236 170 333
Decimal 158 120 219
Hex 9E 78 DB

RGB Percentages of Color #9e78db

%31.79
%24.14
%44.06

CMYK Percentages of Color #9e78db

%28
%45
%0
%14

Triadic Colors of #9e78db

#9e78db #db9e78 #78db9e

Analogous Colors of #9e78db

#9e78db #d078db #7884db

Monochromatic Colors of #9e78db

#9e78db

Complementary Color

#9e78db #b5db78

#9e78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e78db Color CSS Codes

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

#9e78db Text Font Color

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

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


#9e78db Background Color

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

This div background color is #9e78db


#9e78db Border Color

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

This div border color is #9e78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e78db


Comments

No comments written yet.

Please login to write comment.