Color Hex Logo

#bb7bad Color Hex

#BB7BAD
(187,123,173)
0 Favorites   0 Comments

Color spaces of #bb7bad

RGB 187123173
HSL0.870.320.61
HSV313°34°73°
CMYK 0.000.340.07   0.27
XYZ35.119327.747843.0400
Yxy27.74780.33160.2620
Hunter Lab52.676226.8229-11.5706
CIE-Lab59.660232.6675-16.3315

#bb7bad color RGB value is (187,123,173).

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

The process color (four color CMYK) of #bb7bad color hex is 0.00, 0.34, 0.07, 0.27. Web safe color of #bb7bad is #cc6699. Color #bb7bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111011 10101101
Octal 273 173 255
Decimal 187 123 173
Hex BB 7B AD

RGB Percentages of Color #bb7bad

%38.72
%25.47
%35.82

CMYK Percentages of Color #bb7bad

%0
%34
%7
%27

Triadic Colors of #bb7bad

#bb7bad #adbb7b #7badbb

Analogous Colors of #bb7bad

#bb7bad #bb7b8d #a97bbb

Monochromatic Colors of #bb7bad

#bb7bad

Complementary Color

#bb7bad #7bbb89

#bb7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7bad Color CSS Codes

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

#bb7bad Text Font Color

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

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


#bb7bad Background Color

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

This div background color is #bb7bad


#bb7bad Border Color

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

This div border color is #bb7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7bad


Comments

No comments written yet.

Please login to write comment.