Color Hex Logo

#9682db Color Hex

#9682DB
(150,130,219)
0 Favorites   0 Comments

Color spaces of #9682db

RGB 150130219
HSL0.700.550.68
HSV253°41°86°
CMYK 0.320.410.00   0.14
XYZ33.346527.563870.5806
Yxy27.56380.25360.2096
Hunter Lab52.501221.4983-42.9563
CIE-Lab59.492627.2482-42.9303

#9682db color RGB value is (150,130,219).

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

The process color (four color CMYK) of #9682db color hex is 0.32, 0.41, 0.00, 0.14. Web safe color of #9682db is #9999cc. Color #9682db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 11011011
Octal 226 202 333
Decimal 150 130 219
Hex 96 82 DB

RGB Percentages of Color #9682db

%30.06
%26.05
%43.89

CMYK Percentages of Color #9682db

%32
%41
%0
%14

Triadic Colors of #9682db

#9682db #db9682 #82db96

Analogous Colors of #9682db

#9682db #c382db #829bdb

Monochromatic Colors of #9682db

#9682db

Complementary Color

#9682db #c7db82

#9682db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9682db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9682db Color CSS Codes

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

#9682db Text Font Color

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

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


#9682db Background Color

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

This div background color is #9682db


#9682db Border Color

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

This div border color is #9682db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9682db


Comments

No comments written yet.

Please login to write comment.