Color Hex Logo

#bc47ac Color Hex

#BC47AC
(188,71,172)
0 Favorites   0 Comments

Color spaces of #bc47ac

RGB 18871172
HSL0.860.470.51
HSV308°62°74°
CMYK 0.000.620.09   0.26
XYZ30.438718.176440.9338
Yxy18.17640.33990.2030
Hunter Lab42.633852.8322-27.0822
CIE-Lab49.709458.8538-31.0537

#bc47ac color RGB value is (188,71,172).

#bc47ac hex color red value is 188, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc47ac hue: 0.86 , saturation: 0.47 and the lightness value of bc47ac is 0.51.

The process color (four color CMYK) of #bc47ac color hex is 0.00, 0.62, 0.09, 0.26. Web safe color of #bc47ac is #cc3399. Color #bc47ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 10101100
Octal 274 107 254
Decimal 188 71 172
Hex BC 47 AC

RGB Percentages of Color #bc47ac

%43.62
%16.47
%39.91

CMYK Percentages of Color #bc47ac

%0
%62
%9
%26

Triadic Colors of #bc47ac

#bc47ac #acbc47 #47acbc

Analogous Colors of #bc47ac

#bc47ac #bc4772 #9247bc

Monochromatic Colors of #bc47ac

#bc47ac

Complementary Color

#bc47ac #47bc57

#bc47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc47ac Color CSS Codes

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

#bc47ac Text Font Color

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

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


#bc47ac Background Color

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

This div background color is #bc47ac


#bc47ac Border Color

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

This div border color is #bc47ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc47ac


Comments

No comments written yet.

Please login to write comment.