Color Hex Logo

#b67aa6 Color Hex

#B67AA6
(182,122,166)
0 Favorites   0 Comments

Color spaces of #b67aa6

RGB 182122166
HSL0.880.290.60
HSV316°33°71°
CMYK 0.000.330.09   0.29
XYZ33.133926.617339.4677
Yxy26.61730.33390.2683
Hunter Lab51.592024.3521-9.2423
CIE-Lab58.618430.2652-13.9490

#b67aa6 color RGB value is (182,122,166).

#b67aa6 hex color red value is 182, green value is 122 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b67aa6 hue: 0.88 , saturation: 0.29 and the lightness value of b67aa6 is 0.60.

The process color (four color CMYK) of #b67aa6 color hex is 0.00, 0.33, 0.09, 0.29. Web safe color of #b67aa6 is #cc6699. Color #b67aa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111010 10100110
Octal 266 172 246
Decimal 182 122 166
Hex B6 7A A6

RGB Percentages of Color #b67aa6

%38.72
%25.96
%35.32

CMYK Percentages of Color #b67aa6

%0
%33
%9
%29

Triadic Colors of #b67aa6

#b67aa6 #a6b67a #7aa6b6

Analogous Colors of #b67aa6

#b67aa6 #b67a88 #a87ab6

Monochromatic Colors of #b67aa6

#b67aa6

Complementary Color

#b67aa6 #7ab68a

#b67aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67aa6 Color CSS Codes

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

#b67aa6 Text Font Color

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

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


#b67aa6 Background Color

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

This div background color is #b67aa6


#b67aa6 Border Color

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

This div border color is #b67aa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67aa6


Comments

No comments written yet.

Please login to write comment.