Color Hex Logo

#9b83bc Color Hex

#9B83BC
(155,131,188)
0 Favorites   0 Comments

Color spaces of #9b83bc

RGB 155131188
HSL0.740.300.63
HSV265°30°74°
CMYK 0.180.300.00   0.26
XYZ30.711026.832051.1374
Yxy26.83200.28260.2469
Hunter Lab51.799615.1799-22.2723
CIE-Lab58.818520.6074-26.4641

#9b83bc color RGB value is (155,131,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000011 10111100
Octal 233 203 274
Decimal 155 131 188
Hex 9B 83 BC

RGB Percentages of Color #9b83bc

%32.70
%27.64
%39.66

CMYK Percentages of Color #9b83bc

%18
%30
%0
%26

Triadic Colors of #9b83bc

#9b83bc #bc9b83 #83bc9b

Analogous Colors of #9b83bc

#9b83bc #b883bc #8388bc

Monochromatic Colors of #9b83bc

#9b83bc

Complementary Color

#9b83bc #a4bc83

#9b83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b83bc Color CSS Codes

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

#9b83bc Text Font Color

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

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


#9b83bc Background Color

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

This div background color is #9b83bc


#9b83bc Border Color

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

This div border color is #9b83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b83bc


Comments

No comments written yet.

Please login to write comment.