Color Hex Logo

#bb7e9f Color Hex

#BB7E9F
(187,126,159)
0 Favorites   0 Comments

Color spaces of #bb7e9f

RGB 187126159
HSL0.910.310.61
HSV328°33°73°
CMYK 0.000.330.15   0.27
XYZ34.212427.989736.4003
Yxy27.98970.34700.2839
Hunter Lab52.905322.8468-3.7594
CIE-Lab59.879428.6072-7.9805

#bb7e9f color RGB value is (187,126,159).

#bb7e9f hex color red value is 187, green value is 126 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb7e9f hue: 0.91 , saturation: 0.31 and the lightness value of bb7e9f is 0.61.

The process color (four color CMYK) of #bb7e9f color hex is 0.00, 0.33, 0.15, 0.27. Web safe color of #bb7e9f is #cc6699. Color #bb7e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 10011111
Octal 273 176 237
Decimal 187 126 159
Hex BB 7E 9F

RGB Percentages of Color #bb7e9f

%39.62
%26.69
%33.69

CMYK Percentages of Color #bb7e9f

%0
%33
%15
%27

Triadic Colors of #bb7e9f

#bb7e9f #9fbb7e #7e9fbb

Analogous Colors of #bb7e9f

#bb7e9f #bb7e81 #b97ebb

Monochromatic Colors of #bb7e9f

#bb7e9f

Complementary Color

#bb7e9f #7ebb9a

#bb7e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7e9f Color CSS Codes

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

#bb7e9f Text Font Color

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

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


#bb7e9f Background Color

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

This div background color is #bb7e9f


#bb7e9f Border Color

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

This div border color is #bb7e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7e9f


Comments

No comments written yet.

Please login to write comment.