Color Hex Logo

#bc46ac Color Hex

#BC46AC
(188,70,172)
0 Favorites   0 Comments

Color spaces of #bc46ac

RGB 18870172
HSL0.860.470.51
HSV308°63°74°
CMYK 0.000.630.09   0.26
XYZ30.375618.050240.9128
Yxy18.05020.34000.2020
Hunter Lab42.485553.2713-27.3553
CIE-Lab49.556959.2743-31.2919

#bc46ac color RGB value is (188,70,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 10101100
Octal 274 106 254
Decimal 188 70 172
Hex BC 46 AC

RGB Percentages of Color #bc46ac

%43.72
%16.28
%40.00

CMYK Percentages of Color #bc46ac

%0
%63
%9
%26

Triadic Colors of #bc46ac

#bc46ac #acbc46 #46acbc

Analogous Colors of #bc46ac

#bc46ac #bc4671 #9146bc

Monochromatic Colors of #bc46ac

#bc46ac

Complementary Color

#bc46ac #46bc56

#bc46ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc46ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc46ac Color CSS Codes

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

#bc46ac Text Font Color

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

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


#bc46ac Background Color

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

This div background color is #bc46ac


#bc46ac Border Color

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

This div border color is #bc46ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc46ac


Comments

No comments written yet.

Please login to write comment.