Color Hex Logo

#9e76dc Color Hex

#9E76DC
(158,118,220)
0 Favorites   0 Comments

Color spaces of #9e76dc

RGB 158118220
HSL0.730.590.66
HSV264°46°86°
CMYK 0.280.460.00   0.14
XYZ33.497325.393370.8460
Yxy25.39330.25820.1957
Hunter Lab50.391830.4701-48.0818
CIE-Lab57.456636.5547-46.6572

#9e76dc color RGB value is (158,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110110 11011100
Octal 236 166 334
Decimal 158 118 220
Hex 9E 76 DC

RGB Percentages of Color #9e76dc

%31.85
%23.79
%44.35

CMYK Percentages of Color #9e76dc

%28
%46
%0
%14

Triadic Colors of #9e76dc

#9e76dc #dc9e76 #76dc9e

Analogous Colors of #9e76dc

#9e76dc #d176dc #7681dc

Monochromatic Colors of #9e76dc

#9e76dc

Complementary Color

#9e76dc #b4dc76

#9e76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e76dc Color CSS Codes

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

#9e76dc Text Font Color

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

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


#9e76dc Background Color

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

This div background color is #9e76dc


#9e76dc Border Color

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

This div border color is #9e76dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e76dc


Comments

No comments written yet.

Please login to write comment.