Color Hex Logo

#bc547a Color Hex

#BC547A
(188,84,122)
0 Favorites   0 Comments

Color spaces of #bc547a

RGB 18884122
HSL0.940.440.53
HSV338°55°74°
CMYK 0.000.550.35   0.26
XYZ27.422218.437220.5258
Yxy18.43720.41310.2777
Hunter Lab42.938638.85441.7148
CIE-Lab50.022145.8101-0.8458

#bc547a color RGB value is (188,84,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 01111010
Octal 274 124 172
Decimal 188 84 122
Hex BC 54 7A

RGB Percentages of Color #bc547a

%47.72
%21.32
%30.96

CMYK Percentages of Color #bc547a

%0
%55
%35
%26

Triadic Colors of #bc547a

#bc547a #7abc54 #547abc

Analogous Colors of #bc547a

#bc547a #bc6254 #bc54ae

Monochromatic Colors of #bc547a

#bc547a

Complementary Color

#bc547a #54bc96

#bc547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc547a Color CSS Codes

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

#bc547a Text Font Color

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

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


#bc547a Background Color

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

This div background color is #bc547a


#bc547a Border Color

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

This div border color is #bc547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc547a


Comments

No comments written yet.

Please login to write comment.