Color Hex Logo

#9e77cb Color Hex

#9E77CB
(158,119,203)
0 Favorites   0 Comments

Color spaces of #9e77cb

RGB 158119203
HSL0.740.450.63
HSV268°41°80°
CMYK 0.220.410.00   0.20
XYZ31.476924.774559.6229
Yxy24.77450.27160.2138
Hunter Lab49.774025.7783-36.1801
CIE-Lab56.855031.8993-38.0121

#9e77cb color RGB value is (158,119,203).

#9e77cb hex color red value is 158, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9e77cb hue: 0.74 , saturation: 0.45 and the lightness value of 9e77cb is 0.63.

The process color (four color CMYK) of #9e77cb color hex is 0.22, 0.41, 0.00, 0.20. Web safe color of #9e77cb is #9966cc. Color #9e77cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110111 11001011
Octal 236 167 313
Decimal 158 119 203
Hex 9E 77 CB

RGB Percentages of Color #9e77cb

%32.92
%24.79
%42.29

CMYK Percentages of Color #9e77cb

%22
%41
%0
%20

Triadic Colors of #9e77cb

#9e77cb #cb9e77 #77cb9e

Analogous Colors of #9e77cb

#9e77cb #c877cb #777acb

Monochromatic Colors of #9e77cb

#9e77cb

Complementary Color

#9e77cb #a4cb77

#9e77cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e77cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e77cb Color CSS Codes

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

#9e77cb Text Font Color

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

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


#9e77cb Background Color

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

This div background color is #9e77cb


#9e77cb Border Color

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

This div border color is #9e77cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e77cb


Comments

No comments written yet.

Please login to write comment.