Color Hex Logo

#b66add Color Hex

#B66ADD
(182,106,221)
0 Favorites   0 Comments

Color spaces of #b66add

RGB 182106221
HSL0.780.630.64
HSV280°52°87°
CMYK 0.180.520.00   0.13
XYZ37.496625.473671.3472
Yxy25.47360.27920.1897
Hunter Lab50.471444.2877-48.4834
CIE-Lab57.534049.7518-46.9316

#b66add color RGB value is (182,106,221).

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

The process color (four color CMYK) of #b66add color hex is 0.18, 0.52, 0.00, 0.13. Web safe color of #b66add is #cc66cc. Color #b66add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101010 11011101
Octal 266 152 335
Decimal 182 106 221
Hex B6 6A DD

RGB Percentages of Color #b66add

%35.76
%20.83
%43.42

CMYK Percentages of Color #b66add

%18
%52
%0
%13

Triadic Colors of #b66add

#b66add #ddb66a #6addb6

Analogous Colors of #b66add

#b66add #dd6acb #7d6add

Monochromatic Colors of #b66add

#b66add

Complementary Color

#b66add #91dd6a

#b66add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66add Color CSS Codes

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

#b66add Text Font Color

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

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


#b66add Background Color

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

This div background color is #b66add


#b66add Border Color

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

This div border color is #b66add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,106,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66add


Comments

No comments written yet.

Please login to write comment.