Color Hex Logo

#bc84ac Color Hex

#BC84AC
(188,132,172)
0 Favorites   0 Comments

Color spaces of #bc84ac

RGB 188132172
HSL0.880.290.63
HSV317°30°74°
CMYK 0.000.300.09   0.26
XYZ36.436730.172542.9332
Yxy30.17250.33260.2754
Hunter Lab54.929522.2788-7.8907
CIE-Lab61.802827.8636-12.5159

#bc84ac color RGB value is (188,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 10101100
Octal 274 204 254
Decimal 188 132 172
Hex BC 84 AC

RGB Percentages of Color #bc84ac

%38.21
%26.83
%34.96

CMYK Percentages of Color #bc84ac

%0
%30
%9
%26

Triadic Colors of #bc84ac

#bc84ac #acbc84 #84acbc

Analogous Colors of #bc84ac

#bc84ac #bc8490 #b084bc

Monochromatic Colors of #bc84ac

#bc84ac

Complementary Color

#bc84ac #84bc94

#bc84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc84ac Color CSS Codes

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

#bc84ac Text Font Color

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

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


#bc84ac Background Color

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

This div background color is #bc84ac


#bc84ac Border Color

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

This div border color is #bc84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc84ac


Comments

No comments written yet.

Please login to write comment.