Color Hex Logo

#b07fbd Color Hex

#B07FBD
(176,127,189)
0 Favorites   0 Comments

Color spaces of #b07fbd

RGB 176127189
HSL0.800.320.62
HSV287°33°74°
CMYK 0.070.330.00   0.26
XYZ34.679228.083051.7369
Yxy28.08300.30290.2453
Hunter Lab52.993424.0730-20.7888
CIE-Lab59.963629.8545-25.0948

#b07fbd color RGB value is (176,127,189).

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

The process color (four color CMYK) of #b07fbd color hex is 0.07, 0.33, 0.00, 0.26. Web safe color of #b07fbd is #9966cc. Color #b07fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111111 10111101
Octal 260 177 275
Decimal 176 127 189
Hex B0 7F BD

RGB Percentages of Color #b07fbd

%35.77
%25.81
%38.41

CMYK Percentages of Color #b07fbd

%7
%33
%0
%26

Triadic Colors of #b07fbd

#b07fbd #bdb07f #7fbdb0

Analogous Colors of #b07fbd

#b07fbd #bd7fab #917fbd

Monochromatic Colors of #b07fbd

#b07fbd

Complementary Color

#b07fbd #8cbd7f

#b07fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07fbd Color CSS Codes

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

#b07fbd Text Font Color

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

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


#b07fbd Background Color

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

This div background color is #b07fbd


#b07fbd Border Color

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

This div border color is #b07fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07fbd


Comments

No comments written yet.

Please login to write comment.