Color Hex Logo

#9683b3 Color Hex

#9683B3
(150,131,179)
0 Favorites   0 Comments

Color spaces of #9683b3

RGB 150131179
HSL0.730.240.61
HSV264°27°70°
CMYK 0.160.270.00   0.30
XYZ28.830725.971346.1412
Yxy25.97130.28560.2573
Hunter Lab50.962011.7990-18.0079
CIE-Lab58.009816.9430-22.6210

#9683b3 color RGB value is (150,131,179).

#9683b3 hex color red value is 150, green value is 131 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #9683b3 hue: 0.73 , saturation: 0.24 and the lightness value of 9683b3 is 0.61.

The process color (four color CMYK) of #9683b3 color hex is 0.16, 0.27, 0.00, 0.30. Web safe color of #9683b3 is #9999cc. Color #9683b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 10110011
Octal 226 203 263
Decimal 150 131 179
Hex 96 83 B3

RGB Percentages of Color #9683b3

%32.61
%28.48
%38.91

CMYK Percentages of Color #9683b3

%16
%27
%0
%30

Triadic Colors of #9683b3

#9683b3 #b39683 #83b396

Analogous Colors of #9683b3

#9683b3 #ae83b3 #8388b3

Monochromatic Colors of #9683b3

#9683b3

Complementary Color

#9683b3 #a0b383

#9683b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9683b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9683b3 Color CSS Codes

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

#9683b3 Text Font Color

<p style="color:#9683b3">Text here</p>

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


#9683b3 Background Color

<div style="background-color:#9683b3">
Div content here</div>

This div background color is #9683b3


#9683b3 Border Color

<div style="border:3px solid #9683b3">
Div here</div>

This div border color is #9683b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,131,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9683b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9683b3;
  -webkit-box-shadow: 1px 1px 3px 2px #9683b3;
  box-shadow:         1px 1px 3px 2px #9683b3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,131,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9683b3


Comments

No comments written yet.

Please login to write comment.