Color Hex Logo

#bb7eac Color Hex

#BB7EAC
(187,126,172)
0 Favorites   0 Comments

Color spaces of #bb7eac

RGB 187126172
HSL0.870.310.61
HSV315°33°73°
CMYK 0.000.330.08   0.27
XYZ35.400828.465142.6582
Yxy28.46510.33230.2672
Hunter Lab53.352725.0718-10.0585
CIE-Lab60.306630.8373-14.7817

#bb7eac color RGB value is (187,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 10101100
Octal 273 176 254
Decimal 187 126 172
Hex BB 7E AC

RGB Percentages of Color #bb7eac

%38.56
%25.98
%35.46

CMYK Percentages of Color #bb7eac

%0
%33
%8
%27

Triadic Colors of #bb7eac

#bb7eac #acbb7e #7eacbb

Analogous Colors of #bb7eac

#bb7eac #bb7e8e #ac7ebb

Monochromatic Colors of #bb7eac

#bb7eac

Complementary Color

#bb7eac #7ebb8d

#bb7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7eac Color CSS Codes

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

#bb7eac Text Font Color

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

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


#bb7eac Background Color

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

This div background color is #bb7eac


#bb7eac Border Color

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

This div border color is #bb7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7eac


Comments

No comments written yet.

Please login to write comment.