Color Hex Logo

#9e8bcc Color Hex

#9E8BCC
(158,139,204)
0 Favorites   0 Comments

Color spaces of #9e8bcc

RGB 158139204
HSL0.720.390.67
HSV258°32°80°
CMYK 0.230.320.00   0.20
XYZ34.232330.094061.1312
Yxy30.09400.27290.2399
Hunter Lab54.858015.3855-27.6694
CIE-Lab61.735220.6769-30.9662

#9e8bcc color RGB value is (158,139,204).

#9e8bcc hex color red value is 158, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9e8bcc hue: 0.72 , saturation: 0.39 and the lightness value of 9e8bcc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001011 11001100
Octal 236 213 314
Decimal 158 139 204
Hex 9E 8B CC

RGB Percentages of Color #9e8bcc

%31.54
%27.74
%40.72

CMYK Percentages of Color #9e8bcc

%23
%32
%0
%20

Triadic Colors of #9e8bcc

#9e8bcc #cc9e8b #8bcc9e

Analogous Colors of #9e8bcc

#9e8bcc #bf8bcc #8b99cc

Monochromatic Colors of #9e8bcc

#9e8bcc

Complementary Color

#9e8bcc #b9cc8b

#9e8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e8bcc Color CSS Codes

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

#9e8bcc Text Font Color

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

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


#9e8bcc Background Color

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

This div background color is #9e8bcc


#9e8bcc Border Color

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

This div border color is #9e8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e8bcc


Comments

No comments written yet.

Please login to write comment.