Color Hex Logo

#9a87bd Color Hex

#9A87BD
(154,135,189)
0 Favorites   0 Comments

Color spaces of #9a87bd

RGB 154135189
HSL0.730.290.64
HSV261°29°74°
CMYK 0.190.290.00   0.26
XYZ31.175727.872151.8808
Yxy27.87210.28100.2513
Hunter Lab52.794013.0175-21.3086
CIE-Lab59.773018.2150-25.5681

#9a87bd color RGB value is (154,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000111 10111101
Octal 232 207 275
Decimal 154 135 189
Hex 9A 87 BD

RGB Percentages of Color #9a87bd

%32.22
%28.24
%39.54

CMYK Percentages of Color #9a87bd

%19
%29
%0
%26

Triadic Colors of #9a87bd

#9a87bd #bd9a87 #87bd9a

Analogous Colors of #9a87bd

#9a87bd #b587bd #878fbd

Monochromatic Colors of #9a87bd

#9a87bd

Complementary Color

#9a87bd #aabd87

#9a87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a87bd Color CSS Codes

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

#9a87bd Text Font Color

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

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


#9a87bd Background Color

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

This div background color is #9a87bd


#9a87bd Border Color

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

This div border color is #9a87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a87bd


Comments

No comments written yet.

Please login to write comment.