Color Hex Logo

#b66dbd Color Hex

#B66DBD
(182,109,189)
0 Favorites   0 Comments

Color spaces of #b66dbd

RGB 182109189
HSL0.820.380.58
HSV295°42°74°
CMYK 0.040.420.00   0.26
XYZ33.945424.556551.0949
Yxy24.55650.30970.2241
Hunter Lab49.554535.5541-26.4448
CIE-Lab56.640741.6394-30.1758

#b66dbd color RGB value is (182,109,189).

#b66dbd hex color red value is 182, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b66dbd hue: 0.82 , saturation: 0.38 and the lightness value of b66dbd is 0.58.

The process color (four color CMYK) of #b66dbd color hex is 0.04, 0.42, 0.00, 0.26. Web safe color of #b66dbd is #cc66cc. Color #b66dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101101 10111101
Octal 266 155 275
Decimal 182 109 189
Hex B6 6D BD

RGB Percentages of Color #b66dbd

%37.92
%22.71
%39.38

CMYK Percentages of Color #b66dbd

%4
%42
%0
%26

Triadic Colors of #b66dbd

#b66dbd #bdb66d #6dbdb6

Analogous Colors of #b66dbd

#b66dbd #bd6d9c #8e6dbd

Monochromatic Colors of #b66dbd

#b66dbd

Complementary Color

#b66dbd #74bd6d

#b66dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66dbd Color CSS Codes

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

#b66dbd Text Font Color

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

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


#b66dbd Background Color

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

This div background color is #b66dbd


#b66dbd Border Color

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

This div border color is #b66dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66dbd


Comments

No comments written yet.

Please login to write comment.