Color Hex Logo

#9682eb Color Hex

#9682EB
(150,130,235)
0 Favorites   0 Comments

Color spaces of #9682eb

RGB 150130235
HSL0.700.720.72
HSV251°45°92°
CMYK 0.360.450.00   0.08
XYZ35.555728.447582.2142
Yxy28.44750.24320.1946
Hunter Lab53.336225.6557-54.0563
CIE-Lab60.290931.4290-50.5845

#9682eb color RGB value is (150,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 11101011
Octal 226 202 353
Decimal 150 130 235
Hex 96 82 EB

RGB Percentages of Color #9682eb

%29.13
%25.24
%45.63

CMYK Percentages of Color #9682eb

%36
%45
%0
%8

Triadic Colors of #9682eb

#9682eb #eb9682 #82eb96

Analogous Colors of #9682eb

#9682eb #cb82eb #82a3eb

Monochromatic Colors of #9682eb

#9682eb

Complementary Color

#9682eb #d7eb82

#9682eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9682eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9682eb Color CSS Codes

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

#9682eb Text Font Color

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

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


#9682eb Background Color

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

This div background color is #9682eb


#9682eb Border Color

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

This div border color is #9682eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9682eb


Comments

No comments written yet.

Please login to write comment.