Color Hex Logo

#9c8abc Color Hex

#9C8ABC
(156,138,188)
0 Favorites   0 Comments

Color spaces of #9c8abc

RGB 156138188
HSL0.730.270.64
HSV262°27°74°
CMYK 0.170.270.00   0.26
XYZ31.875928.875751.4705
Yxy28.87570.28400.2573
Hunter Lab53.736111.8468-19.1749
CIE-Lab60.671816.9035-23.6056

#9c8abc color RGB value is (156,138,188).

#9c8abc hex color red value is 156, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9c8abc hue: 0.73 , saturation: 0.27 and the lightness value of 9c8abc is 0.64.

The process color (four color CMYK) of #9c8abc color hex is 0.17, 0.27, 0.00, 0.26. Web safe color of #9c8abc is #9999cc. Color #9c8abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001010 10111100
Octal 234 212 274
Decimal 156 138 188
Hex 9C 8A BC

RGB Percentages of Color #9c8abc

%32.37
%28.63
%39.00

CMYK Percentages of Color #9c8abc

%17
%27
%0
%26

Triadic Colors of #9c8abc

#9c8abc #bc9c8a #8abc9c

Analogous Colors of #9c8abc

#9c8abc #b58abc #8a91bc

Monochromatic Colors of #9c8abc

#9c8abc

Complementary Color

#9c8abc #aabc8a

#9c8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8abc Color CSS Codes

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

#9c8abc Text Font Color

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

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


#9c8abc Background Color

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

This div background color is #9c8abc


#9c8abc Border Color

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

This div border color is #9c8abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,138,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c8abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c8abc;
  -webkit-box-shadow: 1px 1px 3px 2px #9c8abc;
  box-shadow:         1px 1px 3px 2px #9c8abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,138,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8abc


Comments

No comments written yet.

Please login to write comment.