Color Hex Logo

#bb7dab Color Hex

#BB7DAB
(187,125,171)
0 Favorites   0 Comments

Color spaces of #bb7dab

RGB 187125171
HSL0.880.310.61
HSV315°33°73°
CMYK 0.000.330.09   0.27
XYZ35.177828.172342.1118
Yxy28.17230.33360.2671
Hunter Lab53.077625.4172-9.8864
CIE-Lab60.044131.2119-14.6069

#bb7dab color RGB value is (187,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 10101011
Octal 273 175 253
Decimal 187 125 171
Hex BB 7D AB

RGB Percentages of Color #bb7dab

%38.72
%25.88
%35.40

CMYK Percentages of Color #bb7dab

%0
%33
%9
%27

Triadic Colors of #bb7dab

#bb7dab #abbb7d #7dabbb

Analogous Colors of #bb7dab

#bb7dab #bb7d8c #ac7dbb

Monochromatic Colors of #bb7dab

#bb7dab

Complementary Color

#bb7dab #7dbb8d

#bb7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7dab Color CSS Codes

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

#bb7dab Text Font Color

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

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


#bb7dab Background Color

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

This div background color is #bb7dab


#bb7dab Border Color

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

This div border color is #bb7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7dab


Comments

No comments written yet.

Please login to write comment.