Color Hex Logo

#bb547a Color Hex

#BB547A
(187,84,122)
0 Favorites   0 Comments

Color spaces of #bb547a

RGB 18784122
HSL0.940.430.53
HSV338°55°73°
CMYK 0.000.550.35   0.27
XYZ27.176718.310620.5143
Yxy18.31060.41180.2774
Hunter Lab42.790938.48221.5295
CIE-Lab49.870745.4740-1.0855

#bb547a color RGB value is (187,84,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 01111010
Octal 273 124 172
Decimal 187 84 122
Hex BB 54 7A

RGB Percentages of Color #bb547a

%47.58
%21.37
%31.04

CMYK Percentages of Color #bb547a

%0
%55
%35
%27

Triadic Colors of #bb547a

#bb547a #7abb54 #547abb

Analogous Colors of #bb547a

#bb547a #bb6254 #bb54ae

Monochromatic Colors of #bb547a

#bb547a

Complementary Color

#bb547a #54bb95

#bb547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb547a Color CSS Codes

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

#bb547a Text Font Color

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

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


#bb547a Background Color

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

This div background color is #bb547a


#bb547a Border Color

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

This div border color is #bb547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb547a


Comments

No comments written yet.

Please login to write comment.