Color Hex Logo

#9685cb Color Hex

#9685CB
(150,133,203)
0 Favorites   0 Comments

Color spaces of #9685cb

RGB 150133203
HSL0.710.400.66
HSV255°34°80°
CMYK 0.260.340.00   0.20
XYZ31.744727.570960.1485
Yxy27.57090.26570.2308
Hunter Lab52.508016.0265-31.1618
CIE-Lab59.499121.4809-33.9328

#9685cb color RGB value is (150,133,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 11001011
Octal 226 205 313
Decimal 150 133 203
Hex 96 85 CB

RGB Percentages of Color #9685cb

%30.86
%27.37
%41.77

CMYK Percentages of Color #9685cb

%26
%34
%0
%20

Triadic Colors of #9685cb

#9685cb #cb9685 #85cb96

Analogous Colors of #9685cb

#9685cb #b985cb #8597cb

Monochromatic Colors of #9685cb

#9685cb

Complementary Color

#9685cb #bacb85

#9685cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9685cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9685cb Color CSS Codes

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

#9685cb Text Font Color

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

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


#9685cb Background Color

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

This div background color is #9685cb


#9685cb Border Color

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

This div border color is #9685cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9685cb


Comments

No comments written yet.

Please login to write comment.