Color Hex Logo

#bb6e99 Color Hex

#BB6E99
(187,110,153)
0 Favorites   0 Comments

Color spaces of #bb6e99

RGB 187110153
HSL0.910.360.58
HSV326°41°73°
CMYK 0.000.410.18   0.27
XYZ31.819224.016633.0956
Yxy24.01660.35780.2701
Hunter Lab49.006730.1351-5.7355
CIE-Lab56.104436.3843-10.1545

#bb6e99 color RGB value is (187,110,153).

#bb6e99 hex color red value is 187, green value is 110 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bb6e99 hue: 0.91 , saturation: 0.36 and the lightness value of bb6e99 is 0.58.

The process color (four color CMYK) of #bb6e99 color hex is 0.00, 0.41, 0.18, 0.27. Web safe color of #bb6e99 is #cc6699. Color #bb6e99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101110 10011001
Octal 273 156 231
Decimal 187 110 153
Hex BB 6E 99

RGB Percentages of Color #bb6e99

%41.56
%24.44
%34.00

CMYK Percentages of Color #bb6e99

%0
%41
%18
%27

Triadic Colors of #bb6e99

#bb6e99 #99bb6e #6e99bb

Analogous Colors of #bb6e99

#bb6e99 #bb6e73 #b76ebb

Monochromatic Colors of #bb6e99

#bb6e99

Complementary Color

#bb6e99 #6ebb90

#bb6e99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6e99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6e99 Color CSS Codes

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

#bb6e99 Text Font Color

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

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


#bb6e99 Background Color

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

This div background color is #bb6e99


#bb6e99 Border Color

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

This div border color is #bb6e99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6e99


Comments

No comments written yet.

Please login to write comment.