Color Hex Logo

#9e84cb Color Hex

#9E84CB
(158,132,203)
0 Favorites   0 Comments

Color spaces of #9e84cb

RGB 158132203
HSL0.730.410.66
HSV262°35°80°
CMYK 0.220.350.00   0.20
XYZ33.131328.083460.1743
Yxy28.08340.27290.2314
Hunter Lab52.993818.8577-30.2280
CIE-Lab59.964024.4560-33.1547

#9e84cb color RGB value is (158,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000100 11001011
Octal 236 204 313
Decimal 158 132 203
Hex 9E 84 CB

RGB Percentages of Color #9e84cb

%32.05
%26.77
%41.18

CMYK Percentages of Color #9e84cb

%22
%35
%0
%20

Triadic Colors of #9e84cb

#9e84cb #cb9e84 #84cb9e

Analogous Colors of #9e84cb

#9e84cb #c284cb #848ecb

Monochromatic Colors of #9e84cb

#9e84cb

Complementary Color

#9e84cb #b1cb84

#9e84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e84cb Color CSS Codes

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

#9e84cb Text Font Color

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

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


#9e84cb Background Color

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

This div background color is #9e84cb


#9e84cb Border Color

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

This div border color is #9e84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e84cb


Comments

No comments written yet.

Please login to write comment.