Color Hex Logo

#bb93ad Color Hex

#BB93AD
(187,147,173)
0 Favorites   0 Comments

Color spaces of #bb93ad

RGB 187147173
HSL0.890.230.65
HSV321°21°73°
CMYK 0.000.210.07   0.27
XYZ38.470134.449444.1570
Yxy34.44940.32860.2942
Hunter Lab58.693614.2821-3.5202
CIE-Lab65.317719.3477-7.8361

#bb93ad color RGB value is (187,147,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10101101
Octal 273 223 255
Decimal 187 147 173
Hex BB 93 AD

RGB Percentages of Color #bb93ad

%36.88
%28.99
%34.12

CMYK Percentages of Color #bb93ad

%0
%21
%7
%27

Triadic Colors of #bb93ad

#bb93ad #adbb93 #93adbb

Analogous Colors of #bb93ad

#bb93ad #bb9399 #b593bb

Monochromatic Colors of #bb93ad

#bb93ad

Complementary Color

#bb93ad #93bba1

#bb93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93ad Color CSS Codes

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

#bb93ad Text Font Color

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

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


#bb93ad Background Color

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

This div background color is #bb93ad


#bb93ad Border Color

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

This div border color is #bb93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93ad


Comments

No comments written yet.

Please login to write comment.