Color Hex Logo

#bb8bad Color Hex

#BB8BAD
(187,139,173)
0 Favorites   0 Comments

Color spaces of #bb8bad

RGB 187139173
HSL0.880.260.64
HSV318°26°73°
CMYK 0.000.260.07   0.27
XYZ37.269032.047243.7566
Yxy32.04720.32960.2834
Hunter Lab56.610218.4464-6.2007
CIE-Lab63.381923.8019-10.7250

#bb8bad color RGB value is (187,139,173).

#bb8bad hex color red value is 187, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb8bad hue: 0.88 , saturation: 0.26 and the lightness value of bb8bad is 0.64.

The process color (four color CMYK) of #bb8bad color hex is 0.00, 0.26, 0.07, 0.27. Web safe color of #bb8bad is #cc9999. Color #bb8bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001011 10101101
Octal 273 213 255
Decimal 187 139 173
Hex BB 8B AD

RGB Percentages of Color #bb8bad

%37.47
%27.86
%34.67

CMYK Percentages of Color #bb8bad

%0
%26
%7
%27

Triadic Colors of #bb8bad

#bb8bad #adbb8b #8badbb

Analogous Colors of #bb8bad

#bb8bad #bb8b95 #b18bbb

Monochromatic Colors of #bb8bad

#bb8bad

Complementary Color

#bb8bad #8bbb99

#bb8bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8bad Color CSS Codes

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

#bb8bad Text Font Color

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

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


#bb8bad Background Color

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

This div background color is #bb8bad


#bb8bad Border Color

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

This div border color is #bb8bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8bad


Comments

No comments written yet.

Please login to write comment.