Color Hex Logo

#bb348f Color Hex

#BB348F
(187,52,143)
0 Favorites   0 Comments

Color spaces of #bb348f

RGB 18752143
HSL0.890.560.47
HSV320°72°73°
CMYK 0.000.720.24   0.27
XYZ26.679415.003927.4765
Yxy15.00390.38580.2169
Hunter Lab38.734955.1594-14.9428
CIE-Lab45.639561.6901-20.1104

#bb348f color RGB value is (187,52,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 10001111
Octal 273 64 217
Decimal 187 52 143
Hex BB 34 8F

RGB Percentages of Color #bb348f

%48.95
%13.61
%37.43

CMYK Percentages of Color #bb348f

%0
%72
%24
%27

Triadic Colors of #bb348f

#bb348f #8fbb34 #348fbb

Analogous Colors of #bb348f

#bb348f #bb344b #a434bb

Monochromatic Colors of #bb348f

#bb348f

Complementary Color

#bb348f #34bb60

#bb348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb348f Color CSS Codes

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

#bb348f Text Font Color

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

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


#bb348f Background Color

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

This div background color is #bb348f


#bb348f Border Color

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

This div border color is #bb348f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,52,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 #bb348f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb348f


Comments

No comments written yet.

Please login to write comment.