Color Hex Logo

#b66caa Color Hex

#B66CAA
(182,108,170)
0 Favorites   0 Comments

Color spaces of #b66caa

RGB 182108170
HSL0.860.340.57
HSV310°41°71°
CMYK 0.000.410.07   0.29
XYZ31.909723.572540.8983
Yxy23.57250.33110.2446
Hunter Lab48.551532.3511-15.9580
CIE-Lab55.657238.6407-20.7571

#b66caa color RGB value is (182,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101100 10101010
Octal 266 154 252
Decimal 182 108 170
Hex B6 6C AA

RGB Percentages of Color #b66caa

%39.57
%23.48
%36.96

CMYK Percentages of Color #b66caa

%0
%41
%7
%29

Triadic Colors of #b66caa

#b66caa #aab66c #6caab6

Analogous Colors of #b66caa

#b66caa #b66c85 #9d6cb6

Monochromatic Colors of #b66caa

#b66caa

Complementary Color

#b66caa #6cb678

#b66caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66caa Color CSS Codes

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

#b66caa Text Font Color

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

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


#b66caa Background Color

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

This div background color is #b66caa


#b66caa Border Color

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

This div border color is #b66caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66caa


Comments

No comments written yet.

Please login to write comment.