Color Hex Logo

#bc577c Color Hex

#BC577C
(188,87,124)
0 Favorites   0 Comments

Color spaces of #bc577c

RGB 18887124
HSL0.940.430.54
HSV338°54°74°
CMYK 0.000.540.34   0.26
XYZ27.785318.963021.2646
Yxy18.96300.40850.2788
Hunter Lab43.546537.68731.5301
CIE-Lab50.643944.5820-1.1335

#bc577c color RGB value is (188,87,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 01111100
Octal 274 127 174
Decimal 188 87 124
Hex BC 57 7C

RGB Percentages of Color #bc577c

%47.12
%21.80
%31.08

CMYK Percentages of Color #bc577c

%0
%54
%34
%26

Triadic Colors of #bc577c

#bc577c #7cbc57 #577cbc

Analogous Colors of #bc577c

#bc577c #bc6557 #bc57af

Monochromatic Colors of #bc577c

#bc577c

Complementary Color

#bc577c #57bc97

#bc577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc577c Color CSS Codes

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

#bc577c Text Font Color

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

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


#bc577c Background Color

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

This div background color is #bc577c


#bc577c Border Color

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

This div border color is #bc577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc577c


Comments

No comments written yet.

Please login to write comment.