Color Hex Logo

#b66fbd Color Hex

#B66FBD
(182,111,189)
0 Favorites   0 Comments

Color spaces of #b66fbd

RGB 182111189
HSL0.820.370.59
HSV295°41°74°
CMYK 0.040.410.00   0.26
XYZ34.161224.988151.1668
Yxy24.98810.30970.2265
Hunter Lab49.988134.5053-25.6964
CIE-Lab57.063840.5659-29.5192

#b66fbd color RGB value is (182,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101111 10111101
Octal 266 157 275
Decimal 182 111 189
Hex B6 6F BD

RGB Percentages of Color #b66fbd

%37.76
%23.03
%39.21

CMYK Percentages of Color #b66fbd

%4
%41
%0
%26

Triadic Colors of #b66fbd

#b66fbd #bdb66f #6fbdb6

Analogous Colors of #b66fbd

#b66fbd #bd6f9d #8f6fbd

Monochromatic Colors of #b66fbd

#b66fbd

Complementary Color

#b66fbd #76bd6f

#b66fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66fbd Color CSS Codes

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

#b66fbd Text Font Color

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

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


#b66fbd Background Color

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

This div background color is #b66fbd


#b66fbd Border Color

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

This div border color is #b66fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66fbd


Comments

No comments written yet.

Please login to write comment.