Color Hex Logo

#bc578a Color Hex

#BC578A
(188,87,138)
0 Favorites   0 Comments

Color spaces of #bc578a

RGB 18887138
HSL0.920.430.54
HSV330°54°74°
CMYK 0.000.540.27   0.26
XYZ28.734719.342726.2638
Yxy19.34270.38650.2602
Hunter Lab43.980339.6580-4.6201
CIE-Lab51.085846.4147-8.8329

#bc578a color RGB value is (188,87,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 10001010
Octal 274 127 212
Decimal 188 87 138
Hex BC 57 8A

RGB Percentages of Color #bc578a

%45.52
%21.07
%33.41

CMYK Percentages of Color #bc578a

%0
%54
%27
%26

Triadic Colors of #bc578a

#bc578a #8abc57 #578abc

Analogous Colors of #bc578a

#bc578a #bc5758 #bc57bc

Monochromatic Colors of #bc578a

#bc578a

Complementary Color

#bc578a #57bc89

#bc578a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc578a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc578a Color CSS Codes

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

#bc578a Text Font Color

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

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


#bc578a Background Color

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

This div background color is #bc578a


#bc578a Border Color

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

This div border color is #bc578a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc578a


Comments

No comments written yet.

Please login to write comment.