Color Hex Logo

#b67faa Color Hex

#B67FAA
(182,127,170)
0 Favorites   0 Comments

Color spaces of #b67faa

RGB 182127170
HSL0.870.270.61
HSV313°30°71°
CMYK 0.000.300.07   0.29
XYZ34.136528.026141.6406
Yxy28.02610.32890.2700
Hunter Lab52.939722.4557-9.5778
CIE-Lab59.912328.2022-14.2885

#b67faa color RGB value is (182,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 10101010
Octal 266 177 252
Decimal 182 127 170
Hex B6 7F AA

RGB Percentages of Color #b67faa

%38.00
%26.51
%35.49

CMYK Percentages of Color #b67faa

%0
%30
%7
%29

Triadic Colors of #b67faa

#b67faa #aab67f #7faab6

Analogous Colors of #b67faa

#b67faa #b67f8f #a77fb6

Monochromatic Colors of #b67faa

#b67faa

Complementary Color

#b67faa #7fb68b

#b67faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67faa Color CSS Codes

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

#b67faa Text Font Color

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

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


#b67faa Background Color

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

This div background color is #b67faa


#b67faa Border Color

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

This div border color is #b67faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67faa


Comments

No comments written yet.

Please login to write comment.