Color Hex Logo

#bc48ac Color Hex

#BC48AC
(188,72,172)
0 Favorites   0 Comments

Color spaces of #bc48ac

RGB 18872172
HSL0.860.460.51
HSV308°62°74°
CMYK 0.000.620.09   0.26
XYZ30.502818.304740.9552
Yxy18.30470.33980.2039
Hunter Lab42.784052.3894-26.8069
CIE-Lab49.863658.4289-30.8129

#bc48ac color RGB value is (188,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 10101100
Octal 274 110 254
Decimal 188 72 172
Hex BC 48 AC

RGB Percentages of Color #bc48ac

%43.52
%16.67
%39.81

CMYK Percentages of Color #bc48ac

%0
%62
%9
%26

Triadic Colors of #bc48ac

#bc48ac #acbc48 #48acbc

Analogous Colors of #bc48ac

#bc48ac #bc4872 #9248bc

Monochromatic Colors of #bc48ac

#bc48ac

Complementary Color

#bc48ac #48bc58

#bc48ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc48ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc48ac Color CSS Codes

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

#bc48ac Text Font Color

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

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


#bc48ac Background Color

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

This div background color is #bc48ac


#bc48ac Border Color

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

This div border color is #bc48ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc48ac


Comments

No comments written yet.

Please login to write comment.