Color Hex Logo

#bb349f Color Hex

#BB349F
(187,52,159)
0 Favorites   0 Comments

Color spaces of #bb349f

RGB 18752159
HSL0.870.560.47
HSV312°72°73°
CMYK 0.000.720.15   0.27
XYZ27.979515.524034.3226
Yxy15.52400.35950.1995
Hunter Lab39.400557.8074-24.0684
CIE-Lab46.343763.8886-28.6250

#bb349f color RGB value is (187,52,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 10011111
Octal 273 64 237
Decimal 187 52 159
Hex BB 34 9F

RGB Percentages of Color #bb349f

%46.98
%13.07
%39.95

CMYK Percentages of Color #bb349f

%0
%72
%15
%27

Triadic Colors of #bb349f

#bb349f #9fbb34 #349fbb

Analogous Colors of #bb349f

#bb349f #bb345b #9434bb

Monochromatic Colors of #bb349f

#bb349f

Complementary Color

#bb349f #34bb50

#bb349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb349f Color CSS Codes

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

#bb349f Text Font Color

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

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


#bb349f Background Color

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

This div background color is #bb349f


#bb349f Border Color

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

This div border color is #bb349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb349f


Comments

No comments written yet.

Please login to write comment.