Color Hex Logo

#9b8abe Color Hex

#9B8ABE
(155,138,190)
0 Favorites   0 Comments

Color spaces of #9b8abe

RGB 155138190
HSL0.720.290.64
HSV260°27°75°
CMYK 0.180.270.00   0.25
XYZ31.900328.863252.6050
Yxy28.86320.28140.2546
Hunter Lab53.724511.9711-20.4474
CIE-Lab60.660717.0398-24.7611

#9b8abe color RGB value is (155,138,190).

#9b8abe hex color red value is 155, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9b8abe hue: 0.72 , saturation: 0.29 and the lightness value of 9b8abe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10001010 10111110
Octal 233 212 276
Decimal 155 138 190
Hex 9B 8A BE

RGB Percentages of Color #9b8abe

%32.09
%28.57
%39.34

CMYK Percentages of Color #9b8abe

%18
%27
%0
%25

Triadic Colors of #9b8abe

#9b8abe #be9b8a #8abe9b

Analogous Colors of #9b8abe

#9b8abe #b58abe #8a93be

Monochromatic Colors of #9b8abe

#9b8abe

Complementary Color

#9b8abe #adbe8a

#9b8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b8abe Color CSS Codes

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

#9b8abe Text Font Color

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

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


#9b8abe Background Color

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

This div background color is #9b8abe


#9b8abe Border Color

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

This div border color is #9b8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b8abe


Comments

No comments written yet.

Please login to write comment.