Color Hex Logo

#b66f8e Color Hex

#B66F8E
(182,111,142)
0 Favorites   0 Comments

Color spaces of #b66f8e

RGB 182111142
HSL0.930.330.57
HSV334°39°71°
CMYK 0.000.390.22   0.29
XYZ29.858323.267028.5085
Yxy23.26700.36580.2850
Hunter Lab48.235926.0798-1.2766
CIE-Lab55.346332.3685-4.9375

#b66f8e color RGB value is (182,111,142).

#b66f8e hex color red value is 182, green value is 111 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b66f8e hue: 0.93 , saturation: 0.33 and the lightness value of b66f8e is 0.57.

The process color (four color CMYK) of #b66f8e color hex is 0.00, 0.39, 0.22, 0.29. Web safe color of #b66f8e is #cc6699. Color #b66f8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101111 10001110
Octal 266 157 216
Decimal 182 111 142
Hex B6 6F 8E

RGB Percentages of Color #b66f8e

%41.84
%25.52
%32.64

CMYK Percentages of Color #b66f8e

%0
%39
%22
%29

Triadic Colors of #b66f8e

#b66f8e #8eb66f #6f8eb6

Analogous Colors of #b66f8e

#b66f8e #b6746f #b66fb2

Monochromatic Colors of #b66f8e

#b66f8e

Complementary Color

#b66f8e #6fb697

#b66f8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66f8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66f8e Color CSS Codes

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

#b66f8e Text Font Color

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

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


#b66f8e Background Color

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

This div background color is #b66f8e


#b66f8e Border Color

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

This div border color is #b66f8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66f8e


Comments

No comments written yet.

Please login to write comment.