Color Hex Logo

#9b85bc Color Hex

#9B85BC
(155,133,188)
0 Favorites   0 Comments

Color spaces of #9b85bc

RGB 155133188
HSL0.730.290.63
HSV264°29°74°
CMYK 0.180.290.00   0.26
XYZ30.982227.374551.2278
Yxy27.37450.28270.2498
Hunter Lab52.320614.1395-21.4271
CIE-Lab59.319419.4554-25.6921

#9b85bc color RGB value is (155,133,188).

#9b85bc hex color red value is 155, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9b85bc hue: 0.73 , saturation: 0.29 and the lightness value of 9b85bc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000101 10111100
Octal 233 205 274
Decimal 155 133 188
Hex 9B 85 BC

RGB Percentages of Color #9b85bc

%32.56
%27.94
%39.50

CMYK Percentages of Color #9b85bc

%18
%29
%0
%26

Triadic Colors of #9b85bc

#9b85bc #bc9b85 #85bc9b

Analogous Colors of #9b85bc

#9b85bc #b785bc #858bbc

Monochromatic Colors of #9b85bc

#9b85bc

Complementary Color

#9b85bc #a6bc85

#9b85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b85bc Color CSS Codes

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

#9b85bc Text Font Color

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

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


#9b85bc Background Color

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

This div background color is #9b85bc


#9b85bc Border Color

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

This div border color is #9b85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b85bc


Comments

No comments written yet.

Please login to write comment.