Color Hex Logo

#bb88ad Color Hex

#BB88AD
(187,136,173)
0 Favorites   0 Comments

Color spaces of #bb88ad

RGB 187136173
HSL0.880.270.63
HSV316°27°73°
CMYK 0.000.270.07   0.27
XYZ36.840531.190243.6138
Yxy31.19020.33000.2794
Hunter Lab55.848220.0140-7.2079
CIE-Lab62.667925.4716-11.7953

#bb88ad color RGB value is (187,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 10101101
Octal 273 210 255
Decimal 187 136 173
Hex BB 88 AD

RGB Percentages of Color #bb88ad

%37.70
%27.42
%34.88

CMYK Percentages of Color #bb88ad

%0
%27
%7
%27

Triadic Colors of #bb88ad

#bb88ad #adbb88 #88adbb

Analogous Colors of #bb88ad

#bb88ad #bb8894 #b088bb

Monochromatic Colors of #bb88ad

#bb88ad

Complementary Color

#bb88ad #88bb96

#bb88ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb88ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb88ad Color CSS Codes

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

#bb88ad Text Font Color

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

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


#bb88ad Background Color

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

This div background color is #bb88ad


#bb88ad Border Color

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

This div border color is #bb88ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb88ad


Comments

No comments written yet.

Please login to write comment.