Color Hex Logo

#b66cab Color Hex

#B66CAB
(182,108,171)
0 Favorites   0 Comments

Color spaces of #b66cab

RGB 182108171
HSL0.860.340.57
HSV309°41°71°
CMYK 0.000.410.06   0.29
XYZ32.004723.610541.3985
Yxy23.61050.32990.2434
Hunter Lab48.590632.5372-16.5008
CIE-Lab55.695738.8193-21.2767

#b66cab color RGB value is (182,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101100 10101011
Octal 266 154 253
Decimal 182 108 171
Hex B6 6C AB

RGB Percentages of Color #b66cab

%39.48
%23.43
%37.09

CMYK Percentages of Color #b66cab

%0
%41
%6
%29

Triadic Colors of #b66cab

#b66cab #abb66c #6cabb6

Analogous Colors of #b66cab

#b66cab #b66c86 #9c6cb6

Monochromatic Colors of #b66cab

#b66cab

Complementary Color

#b66cab #6cb677

#b66cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66cab Color CSS Codes

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

#b66cab Text Font Color

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

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


#b66cab Background Color

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

This div background color is #b66cab


#b66cab Border Color

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

This div border color is #b66cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66cab


Comments

No comments written yet.

Please login to write comment.