Color Hex Logo

#9683b5 Color Hex

#9683B5
(150,131,181)
0 Favorites   0 Comments

Color spaces of #9683b5

RGB 150131181
HSL0.730.250.61
HSV263°28°71°
CMYK 0.170.280.00   0.29
XYZ29.034526.052847.2145
Yxy26.05280.28380.2547
Hunter Lab51.041912.2138-19.1147
CIE-Lab58.087117.3994-23.6435

#9683b5 color RGB value is (150,131,181).

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

The process color (four color CMYK) of #9683b5 color hex is 0.17, 0.28, 0.00, 0.29. Web safe color of #9683b5 is #9999cc. Color #9683b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 10110101
Octal 226 203 265
Decimal 150 131 181
Hex 96 83 B5

RGB Percentages of Color #9683b5

%32.47
%28.35
%39.18

CMYK Percentages of Color #9683b5

%17
%28
%0
%29

Triadic Colors of #9683b5

#9683b5 #b59683 #83b596

Analogous Colors of #9683b5

#9683b5 #af83b5 #8389b5

Monochromatic Colors of #9683b5

#9683b5

Complementary Color

#9683b5 #a2b583

#9683b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9683b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9683b5 Color CSS Codes

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

#9683b5 Text Font Color

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

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


#9683b5 Background Color

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

This div background color is #9683b5


#9683b5 Border Color

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

This div border color is #9683b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9683b5


Comments

No comments written yet.

Please login to write comment.