Color Hex Logo

#9683cb Color Hex

#9683CB
(150,131,203)
0 Favorites   0 Comments

Color spaces of #9683cb

RGB 150131203
HSL0.710.410.65
HSV256°35°80°
CMYK 0.260.350.00   0.20
XYZ31.473527.028460.0581
Yxy27.02840.26550.2280
Hunter Lab51.988817.0815-32.1003
CIE-Lab59.000622.6388-34.7100

#9683cb color RGB value is (150,131,203).

#9683cb hex color red value is 150, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9683cb hue: 0.71 , saturation: 0.41 and the lightness value of 9683cb is 0.65.

The process color (four color CMYK) of #9683cb color hex is 0.26, 0.35, 0.00, 0.20. Web safe color of #9683cb is #9999cc. Color #9683cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 11001011
Octal 226 203 313
Decimal 150 131 203
Hex 96 83 CB

RGB Percentages of Color #9683cb

%30.99
%27.07
%41.94

CMYK Percentages of Color #9683cb

%26
%35
%0
%20

Triadic Colors of #9683cb

#9683cb #cb9683 #83cb96

Analogous Colors of #9683cb

#9683cb #ba83cb #8394cb

Monochromatic Colors of #9683cb

#9683cb

Complementary Color

#9683cb #b8cb83

#9683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9683cb Color CSS Codes

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

#9683cb Text Font Color

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

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


#9683cb Background Color

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

This div background color is #9683cb


#9683cb Border Color

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

This div border color is #9683cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9683cb


Comments

No comments written yet.

Please login to write comment.