Color Hex Logo

#9b8acb Color Hex

#9B8ACB
(155,138,203)
0 Favorites   0 Comments

Color spaces of #9b8acb

RGB 155138203
HSL0.710.380.67
HSV256°32°80°
CMYK 0.240.320.00   0.20
XYZ33.385529.457360.4261
Yxy29.45730.27080.2390
Hunter Lab54.274614.8188-28.0178
CIE-Lab61.183120.0989-31.2814

#9b8acb color RGB value is (155,138,203).

#9b8acb hex color red value is 155, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9b8acb hue: 0.71 , saturation: 0.38 and the lightness value of 9b8acb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10001010 11001011
Octal 233 212 313
Decimal 155 138 203
Hex 9B 8A CB

RGB Percentages of Color #9b8acb

%31.25
%27.82
%40.93

CMYK Percentages of Color #9b8acb

%24
%32
%0
%20

Triadic Colors of #9b8acb

#9b8acb #cb9b8a #8acb9b

Analogous Colors of #9b8acb

#9b8acb #bc8acb #8a9acb

Monochromatic Colors of #9b8acb

#9b8acb

Complementary Color

#9b8acb #bacb8a

#9b8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b8acb Color CSS Codes

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

#9b8acb Text Font Color

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

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


#9b8acb Background Color

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

This div background color is #9b8acb


#9b8acb Border Color

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

This div border color is #9b8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b8acb


Comments

No comments written yet.

Please login to write comment.