Color Hex Logo

#bc576e Color Hex

#BC576E
(188,87,110)
0 Favorites   0 Comments

Color spaces of #bc576e

RGB 18887110
HSL0.960.430.54
HSV346°54°74°
CMYK 0.000.540.41   0.26
XYZ26.961718.633516.9274
Yxy18.63350.43120.2980
Hunter Lab43.166535.94926.9665
CIE-Lab50.255642.94386.6930

#bc576e color RGB value is (188,87,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 01101110
Octal 274 127 156
Decimal 188 87 110
Hex BC 57 6E

RGB Percentages of Color #bc576e

%48.83
%22.60
%28.57

CMYK Percentages of Color #bc576e

%0
%54
%41
%26

Triadic Colors of #bc576e

#bc576e #6ebc57 #576ebc

Analogous Colors of #bc576e

#bc576e #bc7357 #bc57a1

Monochromatic Colors of #bc576e

#bc576e

Complementary Color

#bc576e #57bca5

#bc576e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc576e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc576e Color CSS Codes

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

#bc576e Text Font Color

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

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


#bc576e Background Color

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

This div background color is #bc576e


#bc576e Border Color

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

This div border color is #bc576e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,87,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc576e


Comments

No comments written yet.

Please login to write comment.