Color Hex Logo

#b67eaa Color Hex

#B67EAA
(182,126,170)
0 Favorites   0 Comments

Color spaces of #b67eaa

RGB 182126170
HSL0.870.280.60
HSV313°31°71°
CMYK 0.000.310.07   0.29
XYZ34.008027.769141.5978
Yxy27.76910.32900.2686
Hunter Lab52.696422.9776-9.9152
CIE-Lab59.679628.7589-14.6401

#b67eaa color RGB value is (182,126,170).

#b67eaa hex color red value is 182, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b67eaa hue: 0.87 , saturation: 0.28 and the lightness value of b67eaa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 10101010
Octal 266 176 252
Decimal 182 126 170
Hex B6 7E AA

RGB Percentages of Color #b67eaa

%38.08
%26.36
%35.56

CMYK Percentages of Color #b67eaa

%0
%31
%7
%29

Triadic Colors of #b67eaa

#b67eaa #aab67e #7eaab6

Analogous Colors of #b67eaa

#b67eaa #b67e8e #a67eb6

Monochromatic Colors of #b67eaa

#b67eaa

Complementary Color

#b67eaa #7eb68a

#b67eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67eaa Color CSS Codes

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

#b67eaa Text Font Color

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

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


#b67eaa Background Color

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

This div background color is #b67eaa


#b67eaa Border Color

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

This div border color is #b67eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,126,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 #b67eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67eaa


Comments

No comments written yet.

Please login to write comment.