Color Hex Logo

#bb347f Color Hex

#BB347F
(187,52,127)
0 Favorites   0 Comments

Color spaces of #bb347f

RGB 18752127
HSL0.910.560.47
HSV327°72°73°
CMYK 0.000.720.32   0.27
XYZ25.552314.553121.5409
Yxy14.55310.41450.2361
Hunter Lab38.148552.8013-6.7747
CIE-Lab45.015959.7015-11.3373

#bb347f color RGB value is (187,52,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 01111111
Octal 273 64 177
Decimal 187 52 127
Hex BB 34 7F

RGB Percentages of Color #bb347f

%51.09
%14.21
%34.70

CMYK Percentages of Color #bb347f

%0
%72
%32
%27

Triadic Colors of #bb347f

#bb347f #7fbb34 #347fbb

Analogous Colors of #bb347f

#bb347f #bb343c #b434bb

Monochromatic Colors of #bb347f

#bb347f

Complementary Color

#bb347f #34bb70

#bb347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb347f Color CSS Codes

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

#bb347f Text Font Color

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

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


#bb347f Background Color

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

This div background color is #bb347f


#bb347f Border Color

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

This div border color is #bb347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb347f


Comments

No comments written yet.

Please login to write comment.