Color Hex Logo

#bb388f Color Hex

#BB388F
(187,56,143)
0 Favorites   0 Comments

Color spaces of #bb388f

RGB 18756143
HSL0.890.540.48
HSV320°70°73°
CMYK 0.000.700.24   0.27
XYZ26.865615.376327.5386
Yxy15.37630.38500.2204
Hunter Lab39.212653.6729-14.1899
CIE-Lab46.145360.2698-19.3335

#bb388f color RGB value is (187,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 10001111
Octal 273 70 217
Decimal 187 56 143
Hex BB 38 8F

RGB Percentages of Color #bb388f

%48.45
%14.51
%37.05

CMYK Percentages of Color #bb388f

%0
%70
%24
%27

Triadic Colors of #bb388f

#bb388f #8fbb38 #388fbb

Analogous Colors of #bb388f

#bb388f #bb384d #a638bb

Monochromatic Colors of #bb388f

#bb388f

Complementary Color

#bb388f #38bb64

#bb388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb388f Color CSS Codes

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

#bb388f Text Font Color

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

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


#bb388f Background Color

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

This div background color is #bb388f


#bb388f Border Color

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

This div border color is #bb388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb388f


Comments

No comments written yet.

Please login to write comment.