Color Hex Logo

#bb398c Color Hex

#BB398C
(187,57,140)
0 Favorites   0 Comments

Color spaces of #bb398c

RGB 18757140
HSL0.890.530.48
HSV322°70°73°
CMYK 0.000.700.25   0.27
XYZ26.690315.384526.3737
Yxy15.38450.38990.2248
Hunter Lab39.223152.8243-12.4106
CIE-Lab46.156459.5069-17.5053

#bb398c color RGB value is (187,57,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111001 10001100
Octal 273 71 214
Decimal 187 57 140
Hex BB 39 8C

RGB Percentages of Color #bb398c

%48.70
%14.84
%36.46

CMYK Percentages of Color #bb398c

%0
%70
%25
%27

Triadic Colors of #bb398c

#bb398c #8cbb39 #398cbb

Analogous Colors of #bb398c

#bb398c #bb394b #a939bb

Monochromatic Colors of #bb398c

#bb398c

Complementary Color

#bb398c #39bb68

#bb398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb398c Color CSS Codes

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

#bb398c Text Font Color

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

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


#bb398c Background Color

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

This div background color is #bb398c


#bb398c Border Color

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

This div border color is #bb398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb398c


Comments

No comments written yet.

Please login to write comment.