Color Hex Logo

#bb346f Color Hex

#BB346F
(187,52,111)
0 Favorites   0 Comments

Color spaces of #bb346f

RGB 18752111
HSL0.930.560.47
HSV334°72°73°
CMYK 0.000.720.41   0.27
XYZ24.590814.168516.4776
Yxy14.16850.44520.2565
Hunter Lab37.641150.74170.3942
CIE-Lab44.473657.9396-2.3149

#bb346f color RGB value is (187,52,111).

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

The process color (four color CMYK) of #bb346f color hex is 0.00, 0.72, 0.41, 0.27. Web safe color of #bb346f is #cc3366. Color #bb346f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 01101111
Octal 273 64 157
Decimal 187 52 111
Hex BB 34 6F

RGB Percentages of Color #bb346f

%53.43
%14.86
%31.71

CMYK Percentages of Color #bb346f

%0
%72
%41
%27

Triadic Colors of #bb346f

#bb346f #6fbb34 #346fbb

Analogous Colors of #bb346f

#bb346f #bb3d34 #bb34b3

Monochromatic Colors of #bb346f

#bb346f

Complementary Color

#bb346f #34bb80

#bb346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb346f Color CSS Codes

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

#bb346f Text Font Color

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

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


#bb346f Background Color

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

This div background color is #bb346f


#bb346f Border Color

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

This div border color is #bb346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb346f


Comments

No comments written yet.

Please login to write comment.