Color Hex Logo

#bc43ac Color Hex

#BC43AC
(188,67,172)
0 Favorites   0 Comments

Color spaces of #bc43ac

RGB 18867172
HSL0.860.470.50
HSV308°64°74°
CMYK 0.000.640.09   0.26
XYZ30.192617.684240.8518
Yxy17.68420.34030.1993
Hunter Lab42.052654.5661-28.1602
CIE-Lab49.110860.5094-31.9893

#bc43ac color RGB value is (188,67,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10101100
Octal 274 103 254
Decimal 188 67 172
Hex BC 43 AC

RGB Percentages of Color #bc43ac

%44.03
%15.69
%40.28

CMYK Percentages of Color #bc43ac

%0
%64
%9
%26

Triadic Colors of #bc43ac

#bc43ac #acbc43 #43acbc

Analogous Colors of #bc43ac

#bc43ac #bc4370 #9043bc

Monochromatic Colors of #bc43ac

#bc43ac

Complementary Color

#bc43ac #43bc53

#bc43ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc43ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc43ac Color CSS Codes

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

#bc43ac Text Font Color

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

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


#bc43ac Background Color

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

This div background color is #bc43ac


#bc43ac Border Color

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

This div border color is #bc43ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,67,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 #bc43ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc43ac


Comments

No comments written yet.

Please login to write comment.