Color Hex Logo

#b07fac Color Hex

#B07FAC
(176,127,172)
0 Favorites   0 Comments

Color spaces of #b07fac

RGB 176127172
HSL0.850.240.59
HSV305°28°69°
CMYK 0.000.280.02   0.31
XYZ32.940327.387442.5799
Yxy27.38740.32010.2661
Hunter Lab52.333020.7718-11.6073
CIE-Lab59.331226.5061-16.3739

#b07fac color RGB value is (176,127,172).

#b07fac hex color red value is 176, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b07fac hue: 0.85 , saturation: 0.24 and the lightness value of b07fac is 0.59.

The process color (four color CMYK) of #b07fac color hex is 0.00, 0.28, 0.02, 0.31. Web safe color of #b07fac is #996699. Color #b07fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111111 10101100
Octal 260 177 254
Decimal 176 127 172
Hex B0 7F AC

RGB Percentages of Color #b07fac

%37.05
%26.74
%36.21

CMYK Percentages of Color #b07fac

%0
%28
%2
%31

Triadic Colors of #b07fac

#b07fac #acb07f #7facb0

Analogous Colors of #b07fac

#b07fac #b07f94 #9c7fb0

Monochromatic Colors of #b07fac

#b07fac

Complementary Color

#b07fac #7fb083

#b07fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07fac Color CSS Codes

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

#b07fac Text Font Color

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

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


#b07fac Background Color

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

This div background color is #b07fac


#b07fac Border Color

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

This div border color is #b07fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,127,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07fac


Comments

No comments written yet.

Please login to write comment.