Color Hex Logo

#9c87bd Color Hex

#9C87BD
(156,135,189)
0 Favorites   0 Comments

Color spaces of #9c87bd

RGB 156135189
HSL0.730.290.64
HSV263°29°74°
CMYK 0.170.290.00   0.26
XYZ31.559628.070051.8988
Yxy28.07000.28300.2517
Hunter Lab52.981113.6112-20.9920
CIE-Lab59.951918.8534-25.2777

#9c87bd color RGB value is (156,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000111 10111101
Octal 234 207 275
Decimal 156 135 189
Hex 9C 87 BD

RGB Percentages of Color #9c87bd

%32.50
%28.13
%39.38

CMYK Percentages of Color #9c87bd

%17
%29
%0
%26

Triadic Colors of #9c87bd

#9c87bd #bd9c87 #87bd9c

Analogous Colors of #9c87bd

#9c87bd #b787bd #878dbd

Monochromatic Colors of #9c87bd

#9c87bd

Complementary Color

#9c87bd #a8bd87

#9c87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c87bd Color CSS Codes

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

#9c87bd Text Font Color

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

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


#9c87bd Background Color

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

This div background color is #9c87bd


#9c87bd Border Color

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

This div border color is #9c87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c87bd


Comments

No comments written yet.

Please login to write comment.