Color Hex Logo

#bb389e Color Hex

#BB389E
(187,56,158)
0 Favorites   0 Comments

Color spaces of #bb389e

RGB 18756158
HSL0.870.540.48
HSV313°70°73°
CMYK 0.000.700.16   0.27
XYZ28.079215.861833.9294
Yxy15.86180.36060.2037
Hunter Lab39.826956.1511-22.6317
CIE-Lab46.792762.3481-27.3292

#bb389e color RGB value is (187,56,158).

#bb389e hex color red value is 187, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb389e hue: 0.87 , saturation: 0.54 and the lightness value of bb389e is 0.48.

The process color (four color CMYK) of #bb389e color hex is 0.00, 0.70, 0.16, 0.27. Web safe color of #bb389e is #cc3399. Color #bb389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 10011110
Octal 273 70 236
Decimal 187 56 158
Hex BB 38 9E

RGB Percentages of Color #bb389e

%46.63
%13.97
%39.40

CMYK Percentages of Color #bb389e

%0
%70
%16
%27

Triadic Colors of #bb389e

#bb389e #9ebb38 #389ebb

Analogous Colors of #bb389e

#bb389e #bb385c #9738bb

Monochromatic Colors of #bb389e

#bb389e

Complementary Color

#bb389e #38bb55

#bb389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb389e Color CSS Codes

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

#bb389e Text Font Color

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

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


#bb389e Background Color

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

This div background color is #bb389e


#bb389e Border Color

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

This div border color is #bb389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb389e


Comments

No comments written yet.

Please login to write comment.