Color Hex Logo

#bb93ae Color Hex

#BB93AE
(187,147,174)
0 Favorites   0 Comments

Color spaces of #bb93ae

RGB 187147174
HSL0.890.230.65
HSV320°21°73°
CMYK 0.000.210.07   0.27
XYZ38.567234.488244.6686
Yxy34.48820.32760.2930
Hunter Lab58.726714.4536-3.9884
CIE-Lab65.348219.5271-8.3531

#bb93ae color RGB value is (187,147,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10101110
Octal 273 223 256
Decimal 187 147 174
Hex BB 93 AE

RGB Percentages of Color #bb93ae

%36.81
%28.94
%34.25

CMYK Percentages of Color #bb93ae

%0
%21
%7
%27

Triadic Colors of #bb93ae

#bb93ae #aebb93 #93aebb

Analogous Colors of #bb93ae

#bb93ae #bb939a #b493bb

Monochromatic Colors of #bb93ae

#bb93ae

Complementary Color

#bb93ae #93bba0

#bb93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93ae Color CSS Codes

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

#bb93ae Text Font Color

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

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


#bb93ae Background Color

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

This div background color is #bb93ae


#bb93ae Border Color

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

This div border color is #bb93ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,147,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb93ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93ae


Comments

No comments written yet.

Please login to write comment.