Color Hex Logo

#bb7dac Color Hex

#BB7DAC
(187,125,172)
0 Favorites   0 Comments

Color spaces of #bb7dac

RGB 187125172
HSL0.870.310.61
HSV315°33°73°
CMYK 0.000.330.08   0.27
XYZ35.273528.210642.6158
Yxy28.21060.33250.2659
Hunter Lab53.113725.5954-10.3918
CIE-Lab60.078531.3887-15.1265

#bb7dac color RGB value is (187,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 10101100
Octal 273 175 254
Decimal 187 125 172
Hex BB 7D AC

RGB Percentages of Color #bb7dac

%38.64
%25.83
%35.54

CMYK Percentages of Color #bb7dac

%0
%33
%8
%27

Triadic Colors of #bb7dac

#bb7dac #acbb7d #7dacbb

Analogous Colors of #bb7dac

#bb7dac #bb7d8d #ab7dbb

Monochromatic Colors of #bb7dac

#bb7dac

Complementary Color

#bb7dac #7dbb8c

#bb7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7dac Color CSS Codes

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

#bb7dac Text Font Color

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

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


#bb7dac Background Color

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

This div background color is #bb7dac


#bb7dac Border Color

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

This div border color is #bb7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7dac


Comments

No comments written yet.

Please login to write comment.