Color Hex Logo

#bc578e Color Hex

#BC578E
(188,87,142)
0 Favorites   0 Comments

Color spaces of #bc578e

RGB 18887142
HSL0.910.430.54
HSV327°54°74°
CMYK 0.000.540.24   0.26
XYZ29.029719.460827.8175
Yxy19.46080.38040.2550
Hunter Lab44.114440.2626-6.5068
CIE-Lab51.222046.9718-11.0061

#bc578e color RGB value is (188,87,142).

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

The process color (four color CMYK) of #bc578e color hex is 0.00, 0.54, 0.24, 0.26. Web safe color of #bc578e is #cc6699. Color #bc578e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 10001110
Octal 274 127 216
Decimal 188 87 142
Hex BC 57 8E

RGB Percentages of Color #bc578e

%45.08
%20.86
%34.05

CMYK Percentages of Color #bc578e

%0
%54
%24
%26

Triadic Colors of #bc578e

#bc578e #8ebc57 #578ebc

Analogous Colors of #bc578e

#bc578e #bc575c #b857bc

Monochromatic Colors of #bc578e

#bc578e

Complementary Color

#bc578e #57bc85

#bc578e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc578e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc578e Color CSS Codes

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

#bc578e Text Font Color

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

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


#bc578e Background Color

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

This div background color is #bc578e


#bc578e Border Color

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

This div border color is #bc578e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc578e


Comments

No comments written yet.

Please login to write comment.