Color Hex Logo

#bb93ba Color Hex

#BB93BA
(187,147,186)
0 Favorites   0 Comments

Color spaces of #bb93ba

RGB 187147186
HSL0.840.230.65
HSV302°21°73°
CMYK 0.000.210.01   0.27
XYZ39.790234.977451.1085
Yxy34.97740.31610.2779
Hunter Lab59.141716.5958-9.8375
CIE-Lab65.731121.7491-14.5166

#bb93ba color RGB value is (187,147,186).

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

The process color (four color CMYK) of #bb93ba color hex is 0.00, 0.21, 0.01, 0.27. Web safe color of #bb93ba is #cc99cc. Color #bb93ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10111010
Octal 273 223 272
Decimal 187 147 186
Hex BB 93 BA

RGB Percentages of Color #bb93ba

%35.96
%28.27
%35.77

CMYK Percentages of Color #bb93ba

%0
%21
%1
%27

Triadic Colors of #bb93ba

#bb93ba #babb93 #93babb

Analogous Colors of #bb93ba

#bb93ba #bb93a6 #a893bb

Monochromatic Colors of #bb93ba

#bb93ba

Complementary Color

#bb93ba #93bb94

#bb93ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93ba Color CSS Codes

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

#bb93ba Text Font Color

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

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


#bb93ba Background Color

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

This div background color is #bb93ba


#bb93ba Border Color

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

This div border color is #bb93ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93ba


Comments

No comments written yet.

Please login to write comment.