Color Hex Logo

#bc556f Color Hex

#BC556F
(188,85,111)
0 Favorites   0 Comments

Color spaces of #bc556f

RGB 18885111
HSL0.960.430.54
HSV345°55°74°
CMYK 0.000.550.41   0.26
XYZ26.856818.336117.1626
Yxy18.33610.43070.2941
Hunter Lab42.820737.01776.2109
CIE-Lab49.901244.04475.5862

#bc556f color RGB value is (188,85,111).

#bc556f hex color red value is 188, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc556f hue: 0.96 , saturation: 0.43 and the lightness value of bc556f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 01101111
Octal 274 125 157
Decimal 188 85 111
Hex BC 55 6F

RGB Percentages of Color #bc556f

%48.96
%22.14
%28.91

CMYK Percentages of Color #bc556f

%0
%55
%41
%26

Triadic Colors of #bc556f

#bc556f #6fbc55 #556fbc

Analogous Colors of #bc556f

#bc556f #bc6f55 #bc55a3

Monochromatic Colors of #bc556f

#bc556f

Complementary Color

#bc556f #55bca2

#bc556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc556f Color CSS Codes

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

#bc556f Text Font Color

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

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


#bc556f Background Color

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

This div background color is #bc556f


#bc556f Border Color

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

This div border color is #bc556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc556f

#bc556f Color Palettes


Comments

No comments written yet.

Please login to write comment.