Color Hex Logo

#bb547f Color Hex

#BB547F
(187,84,127)
0 Favorites   0 Comments

Color spaces of #bb547f

RGB 18784127
HSL0.930.430.53
HSV335°55°73°
CMYK 0.000.550.32   0.27
XYZ27.494618.437722.1884
Yxy18.43770.40360.2707
Hunter Lab42.939139.1528-0.5802
CIE-Lab50.022746.0980-3.8610

#bb547f color RGB value is (187,84,127).

#bb547f hex color red value is 187, green value is 84 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb547f hue: 0.93 , saturation: 0.43 and the lightness value of bb547f is 0.53.

The process color (four color CMYK) of #bb547f color hex is 0.00, 0.55, 0.32, 0.27. Web safe color of #bb547f is #cc6666. Color #bb547f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 01111111
Octal 273 124 177
Decimal 187 84 127
Hex BB 54 7F

RGB Percentages of Color #bb547f

%46.98
%21.11
%31.91

CMYK Percentages of Color #bb547f

%0
%55
%32
%27

Triadic Colors of #bb547f

#bb547f #7fbb54 #547fbb

Analogous Colors of #bb547f

#bb547f #bb5d54 #bb54b3

Monochromatic Colors of #bb547f

#bb547f

Complementary Color

#bb547f #54bb90

#bb547f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb547f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb547f Color CSS Codes

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

#bb547f Text Font Color

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

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


#bb547f Background Color

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

This div background color is #bb547f


#bb547f Border Color

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

This div border color is #bb547f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb547f


Comments

No comments written yet.

Please login to write comment.