Color Hex Logo

#bb85ad Color Hex

#BB85AD
(187,133,173)
0 Favorites   0 Comments

Color spaces of #bb85ad

RGB 187133173
HSL0.880.280.63
HSV316°29°73°
CMYK 0.000.290.07   0.27
XYZ36.423930.357043.4749
Yxy30.35700.33040.2753
Hunter Lab55.097221.5835-8.2152
CIE-Lab61.961027.1389-12.8573

#bb85ad color RGB value is (187,133,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 10101101
Octal 273 205 255
Decimal 187 133 173
Hex BB 85 AD

RGB Percentages of Color #bb85ad

%37.93
%26.98
%35.09

CMYK Percentages of Color #bb85ad

%0
%29
%7
%27

Triadic Colors of #bb85ad

#bb85ad #adbb85 #85adbb

Analogous Colors of #bb85ad

#bb85ad #bb8592 #ae85bb

Monochromatic Colors of #bb85ad

#bb85ad

Complementary Color

#bb85ad #85bb93

#bb85ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb85ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb85ad Color CSS Codes

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

#bb85ad Text Font Color

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

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


#bb85ad Background Color

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

This div background color is #bb85ad


#bb85ad Border Color

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

This div border color is #bb85ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb85ad


Comments

No comments written yet.

Please login to write comment.