Color Hex Logo

#9685be Color Hex

#9685BE
(150,133,190)
0 Favorites   0 Comments

Color spaces of #9685be

RGB 150133190
HSL0.720.300.63
HSV258°30°75°
CMYK 0.210.300.00   0.25
XYZ30.259526.976852.3274
Yxy26.97680.27620.2462
Hunter Lab51.939213.0996-23.3757
CIE-Lab58.952818.3386-27.4291

#9685be color RGB value is (150,133,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 10111110
Octal 226 205 276
Decimal 150 133 190
Hex 96 85 BE

RGB Percentages of Color #9685be

%31.71
%28.12
%40.17

CMYK Percentages of Color #9685be

%21
%30
%0
%25

Triadic Colors of #9685be

#9685be #be9685 #85be96

Analogous Colors of #9685be

#9685be #b385be #8591be

Monochromatic Colors of #9685be

#9685be

Complementary Color

#9685be #adbe85

#9685be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9685be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9685be Color CSS Codes

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

#9685be Text Font Color

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

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


#9685be Background Color

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

This div background color is #9685be


#9685be Border Color

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

This div border color is #9685be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,133,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 #9685be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9685be


Comments

No comments written yet.

Please login to write comment.