Color Hex Logo

#bc85ac Color Hex

#BC85AC
(188,133,172)
0 Favorites   0 Comments

Color spaces of #bc85ac

RGB 188133172
HSL0.880.290.63
HSV317°29°74°
CMYK 0.000.290.09   0.26
XYZ36.573030.445042.9786
Yxy30.44500.33250.2768
Hunter Lab55.177021.7555-7.5584
CIE-Lab62.036327.3094-12.1650

#bc85ac color RGB value is (188,133,172).

#bc85ac hex color red value is 188, green value is 133 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc85ac hue: 0.88 , saturation: 0.29 and the lightness value of bc85ac is 0.63.

The process color (four color CMYK) of #bc85ac color hex is 0.00, 0.29, 0.09, 0.26. Web safe color of #bc85ac is #cc9999. Color #bc85ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 10101100
Octal 274 205 254
Decimal 188 133 172
Hex BC 85 AC

RGB Percentages of Color #bc85ac

%38.13
%26.98
%34.89

CMYK Percentages of Color #bc85ac

%0
%29
%9
%26

Triadic Colors of #bc85ac

#bc85ac #acbc85 #85acbc

Analogous Colors of #bc85ac

#bc85ac #bc8591 #b185bc

Monochromatic Colors of #bc85ac

#bc85ac

Complementary Color

#bc85ac #85bc95

#bc85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc85ac Color CSS Codes

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

#bc85ac Text Font Color

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

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


#bc85ac Background Color

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

This div background color is #bc85ac


#bc85ac Border Color

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

This div border color is #bc85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc85ac


Comments

No comments written yet.

Please login to write comment.