Color Hex Logo

#bc57ad Color Hex

#BC57AD
(188,87,173)
0 Favorites   0 Comments

Color spaces of #bc57ad

RGB 18887173
HSL0.860.430.54
HSV309°54°74°
CMYK 0.000.540.08   0.26
XYZ31.690120.524941.8266
Yxy20.52490.33700.2183
Hunter Lab45.304445.5767-23.0255
CIE-Lab52.425651.7712-27.4125

#bc57ad color RGB value is (188,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 10101101
Octal 274 127 255
Decimal 188 87 173
Hex BC 57 AD

RGB Percentages of Color #bc57ad

%41.96
%19.42
%38.62

CMYK Percentages of Color #bc57ad

%0
%54
%8
%26

Triadic Colors of #bc57ad

#bc57ad #adbc57 #57adbc

Analogous Colors of #bc57ad

#bc57ad #bc577b #9957bc

Monochromatic Colors of #bc57ad

#bc57ad

Complementary Color

#bc57ad #57bc66

#bc57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc57ad Color CSS Codes

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

#bc57ad Text Font Color

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

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


#bc57ad Background Color

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

This div background color is #bc57ad


#bc57ad Border Color

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

This div border color is #bc57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc57ad


Comments

No comments written yet.

Please login to write comment.