Color Hex Logo

#b66bac Color Hex

#B66BAC
(182,107,172)
0 Favorites   0 Comments

Color spaces of #b66bac

RGB 182107172
HSL0.860.340.57
HSV308°41°71°
CMYK 0.000.410.05   0.29
XYZ31.995523.439041.8676
Yxy23.43900.32880.2409
Hunter Lab48.413833.2420-17.3835
CIE-Lab55.521739.5361-22.1219

#b66bac color RGB value is (182,107,172).

#b66bac hex color red value is 182, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b66bac hue: 0.86 , saturation: 0.34 and the lightness value of b66bac is 0.57.

The process color (four color CMYK) of #b66bac color hex is 0.00, 0.41, 0.05, 0.29. Web safe color of #b66bac is #cc6699. Color #b66bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 10101100
Octal 266 153 254
Decimal 182 107 172
Hex B6 6B AC

RGB Percentages of Color #b66bac

%39.48
%23.21
%37.31

CMYK Percentages of Color #b66bac

%0
%41
%5
%29

Triadic Colors of #b66bac

#b66bac #acb66b #6bacb6

Analogous Colors of #b66bac

#b66bac #b66b87 #9b6bb6

Monochromatic Colors of #b66bac

#b66bac

Complementary Color

#b66bac #6bb675

#b66bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bac Color CSS Codes

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

#b66bac Text Font Color

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

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


#b66bac Background Color

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

This div background color is #b66bac


#b66bac Border Color

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

This div border color is #b66bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bac


Comments

No comments written yet.

Please login to write comment.