Color Hex Logo

#9685eb Color Hex

#9685EB
(150,133,235)
0 Favorites   0 Comments

Color spaces of #9685eb

RGB 150133235
HSL0.690.720.72
HSV250°43°92°
CMYK 0.360.430.00   0.08
XYZ35.960629.257282.3491
Yxy29.25720.24370.1983
Hunter Lab54.089924.0148-52.4030
CIE-Lab61.008029.7006-49.4478

#9685eb color RGB value is (150,133,235).

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

The process color (four color CMYK) of #9685eb color hex is 0.36, 0.43, 0.00, 0.08. Web safe color of #9685eb is #9999ff. Color #9685eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 11101011
Octal 226 205 353
Decimal 150 133 235
Hex 96 85 EB

RGB Percentages of Color #9685eb

%28.96
%25.68
%45.37

CMYK Percentages of Color #9685eb

%36
%43
%0
%8

Triadic Colors of #9685eb

#9685eb #eb9685 #85eb96

Analogous Colors of #9685eb

#9685eb #c985eb #85a7eb

Monochromatic Colors of #9685eb

#9685eb

Complementary Color

#9685eb #daeb85

#9685eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9685eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9685eb Color CSS Codes

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

#9685eb Text Font Color

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

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


#9685eb Background Color

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

This div background color is #9685eb


#9685eb Border Color

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

This div border color is #9685eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9685eb


Comments

No comments written yet.

Please login to write comment.