Color Hex Logo

#b660db Color Hex

#B660DB
(182,96,219)
0 Favorites   0 Comments

Color spaces of #b660db

RGB 18296219
HSL0.780.630.62
HSV282°56°86°
CMYK 0.170.560.00   0.14
XYZ36.260523.425369.6282
Yxy23.42530.28040.1812
Hunter Lab48.399749.0307-51.4153
CIE-Lab55.507754.4109-49.0186

#b660db color RGB value is (182,96,219).

#b660db hex color red value is 182, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b660db hue: 0.78 , saturation: 0.63 and the lightness value of b660db is 0.62.

The process color (four color CMYK) of #b660db color hex is 0.17, 0.56, 0.00, 0.14. Web safe color of #b660db is #cc66cc. Color #b660db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 11011011
Octal 266 140 333
Decimal 182 96 219
Hex B6 60 DB

RGB Percentages of Color #b660db

%36.62
%19.32
%44.06

CMYK Percentages of Color #b660db

%17
%56
%0
%14

Triadic Colors of #b660db

#b660db #dbb660 #60dbb6

Analogous Colors of #b660db

#b660db #db60c3 #7960db

Monochromatic Colors of #b660db

#b660db

Complementary Color

#b660db #85db60

#b660db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660db Color CSS Codes

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

#b660db Text Font Color

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

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


#b660db Background Color

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

This div background color is #b660db


#b660db Border Color

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

This div border color is #b660db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,96,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b660db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b660db;
  -webkit-box-shadow: 1px 1px 3px 2px #b660db;
  box-shadow:         1px 1px 3px 2px #b660db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,96,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 #b660db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660db


Comments

No comments written yet.

Please login to write comment.