Color Hex Logo

#bc55ac Color Hex

#BC55AC
(188,85,172)
0 Favorites   0 Comments

Color spaces of #bc55ac

RGB 18885172
HSL0.860.430.54
HSV309°55°74°
CMYK 0.000.550.09   0.26
XYZ31.433920.166941.2656
Yxy20.16690.33850.2172
Hunter Lab44.907646.3562-23.0463
CIE-Lab52.025452.5592-27.4496

#bc55ac color RGB value is (188,85,172).

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

The process color (four color CMYK) of #bc55ac color hex is 0.00, 0.55, 0.09, 0.26. Web safe color of #bc55ac is #cc6699. Color #bc55ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 10101100
Octal 274 125 254
Decimal 188 85 172
Hex BC 55 AC

RGB Percentages of Color #bc55ac

%42.25
%19.10
%38.65

CMYK Percentages of Color #bc55ac

%0
%55
%9
%26

Triadic Colors of #bc55ac

#bc55ac #acbc55 #55acbc

Analogous Colors of #bc55ac

#bc55ac #bc5579 #9955bc

Monochromatic Colors of #bc55ac

#bc55ac

Complementary Color

#bc55ac #55bc65

#bc55ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc55ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc55ac Color CSS Codes

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

#bc55ac Text Font Color

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

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


#bc55ac Background Color

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

This div background color is #bc55ac


#bc55ac Border Color

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

This div border color is #bc55ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc55ac


Comments

No comments written yet.

Please login to write comment.