Color Hex Logo

#b66edb Color Hex

#B66EDB
(182,110,219)
0 Favorites   0 Comments

Color spaces of #b66edb

RGB 182110219
HSL0.780.600.65
HSV280°50°86°
CMYK 0.170.500.00   0.14
XYZ37.653526.211470.0926
Yxy26.21140.28110.1957
Hunter Lab51.197141.6851-45.3345
CIE-Lab58.237247.2316-44.6950

#b66edb color RGB value is (182,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101110 11011011
Octal 266 156 333
Decimal 182 110 219
Hex B6 6E DB

RGB Percentages of Color #b66edb

%35.62
%21.53
%42.86

CMYK Percentages of Color #b66edb

%17
%50
%0
%14

Triadic Colors of #b66edb

#b66edb #dbb66e #6edbb6

Analogous Colors of #b66edb

#b66edb #db6eca #806edb

Monochromatic Colors of #b66edb

#b66edb

Complementary Color

#b66edb #93db6e

#b66edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66edb Color CSS Codes

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

#b66edb Text Font Color

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

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


#b66edb Background Color

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

This div background color is #b66edb


#b66edb Border Color

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

This div border color is #b66edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66edb


Comments

No comments written yet.

Please login to write comment.