Color Hex Logo

#bb92ad Color Hex

#BB92AD
(187,146,173)
0 Favorites   0 Comments

Color spaces of #bb92ad

RGB 187146173
HSL0.890.230.65
HSV320°22°73°
CMYK 0.000.220.07   0.27
XYZ38.315234.139744.1054
Yxy34.13970.32870.2929
Hunter Lab58.429214.8011-3.8548
CIE-Lab65.073319.9041-8.1999

#bb92ad color RGB value is (187,146,173).

#bb92ad hex color red value is 187, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb92ad hue: 0.89 , saturation: 0.23 and the lightness value of bb92ad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 10101101
Octal 273 222 255
Decimal 187 146 173
Hex BB 92 AD

RGB Percentages of Color #bb92ad

%36.96
%28.85
%34.19

CMYK Percentages of Color #bb92ad

%0
%22
%7
%27

Triadic Colors of #bb92ad

#bb92ad #adbb92 #92adbb

Analogous Colors of #bb92ad

#bb92ad #bb9299 #b592bb

Monochromatic Colors of #bb92ad

#bb92ad

Complementary Color

#bb92ad #92bba0

#bb92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb92ad Color CSS Codes

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

#bb92ad Text Font Color

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

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


#bb92ad Background Color

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

This div background color is #bb92ad


#bb92ad Border Color

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

This div border color is #bb92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb92ad


Comments

No comments written yet.

Please login to write comment.