Color Hex Logo

#bc7dac Color Hex

#BC7DAC
(188,125,172)
0 Favorites   0 Comments

Color spaces of #bc7dac

RGB 188125172
HSL0.880.320.61
HSV315°34°74°
CMYK 0.000.340.09   0.26
XYZ35.519028.337242.6273
Yxy28.33720.33360.2661
Hunter Lab53.232725.9452-10.2149
CIE-Lab60.192231.7306-14.9437

#bc7dac color RGB value is (188,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111101 10101100
Octal 274 175 254
Decimal 188 125 172
Hex BC 7D AC

RGB Percentages of Color #bc7dac

%38.76
%25.77
%35.46

CMYK Percentages of Color #bc7dac

%0
%34
%9
%26

Triadic Colors of #bc7dac

#bc7dac #acbc7d #7dacbc

Analogous Colors of #bc7dac

#bc7dac #bc7d8d #ad7dbc

Monochromatic Colors of #bc7dac

#bc7dac

Complementary Color

#bc7dac #7dbc8d

#bc7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7dac Color CSS Codes

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

#bc7dac Text Font Color

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

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


#bc7dac Background Color

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

This div background color is #bc7dac


#bc7dac Border Color

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

This div border color is #bc7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7dac


Comments

No comments written yet.

Please login to write comment.