Color Hex Logo

#9683be Color Hex

#9683BE
(150,131,190)
0 Favorites   0 Comments

Color spaces of #9683be

RGB 150131190
HSL0.720.310.63
HSV259°31°75°
CMYK 0.210.310.00   0.25
XYZ29.988226.434352.2370
Yxy26.43430.27600.2433
Hunter Lab51.414314.1379-24.2487
CIE-Lab58.447019.4955-28.2110

#9683be color RGB value is (150,131,190).

#9683be hex color red value is 150, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9683be hue: 0.72 , saturation: 0.31 and the lightness value of 9683be is 0.63.

The process color (four color CMYK) of #9683be color hex is 0.21, 0.31, 0.00, 0.25. Web safe color of #9683be is #9999cc. Color #9683be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 10111110
Octal 226 203 276
Decimal 150 131 190
Hex 96 83 BE

RGB Percentages of Color #9683be

%31.85
%27.81
%40.34

CMYK Percentages of Color #9683be

%21
%31
%0
%25

Triadic Colors of #9683be

#9683be #be9683 #83be96

Analogous Colors of #9683be

#9683be #b483be #838ebe

Monochromatic Colors of #9683be

#9683be

Complementary Color

#9683be #abbe83

#9683be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9683be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9683be Color CSS Codes

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

#9683be Text Font Color

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

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


#9683be Background Color

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

This div background color is #9683be


#9683be Border Color

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

This div border color is #9683be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9683be


Comments

No comments written yet.

Please login to write comment.