Color Hex Logo

#b07fbb Color Hex

#B07FBB
(176,127,187)
0 Favorites   0 Comments

Color spaces of #b07fbb

RGB 176127187
HSL0.800.310.62
HSV289°32°73°
CMYK 0.060.320.00   0.27
XYZ34.463527.996750.6012
Yxy27.99670.30480.2476
Hunter Lab52.911923.6679-19.6624
CIE-Lab59.885829.4479-24.0787

#b07fbb color RGB value is (176,127,187).

#b07fbb hex color red value is 176, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b07fbb hue: 0.80 , saturation: 0.31 and the lightness value of b07fbb is 0.62.

The process color (four color CMYK) of #b07fbb color hex is 0.06, 0.32, 0.00, 0.27. Web safe color of #b07fbb is #9966cc. Color #b07fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111111 10111011
Octal 260 177 273
Decimal 176 127 187
Hex B0 7F BB

RGB Percentages of Color #b07fbb

%35.92
%25.92
%38.16

CMYK Percentages of Color #b07fbb

%6
%32
%0
%27

Triadic Colors of #b07fbb

#b07fbb #bbb07f #7fbbb0

Analogous Colors of #b07fbb

#b07fbb #bb7fa8 #927fbb

Monochromatic Colors of #b07fbb

#b07fbb

Complementary Color

#b07fbb #8abb7f

#b07fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07fbb Color CSS Codes

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

#b07fbb Text Font Color

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

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


#b07fbb Background Color

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

This div background color is #b07fbb


#b07fbb Border Color

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

This div border color is #b07fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07fbb


Comments

No comments written yet.

Please login to write comment.