Color Hex Logo

#bc7fac Color Hex

#BC7FAC
(188,127,172)
0 Favorites   0 Comments

Color spaces of #bc7fac

RGB 188127172
HSL0.880.310.62
HSV316°32°74°
CMYK 0.000.320.09   0.26
XYZ35.774828.848742.7125
Yxy28.84870.33330.2688
Hunter Lab53.711024.8977-9.5514
CIE-Lab60.647930.6288-14.2554

#bc7fac color RGB value is (188,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 10101100
Octal 274 177 254
Decimal 188 127 172
Hex BC 7F AC

RGB Percentages of Color #bc7fac

%38.60
%26.08
%35.32

CMYK Percentages of Color #bc7fac

%0
%32
%9
%26

Triadic Colors of #bc7fac

#bc7fac #acbc7f #7facbc

Analogous Colors of #bc7fac

#bc7fac #bc7f8e #ae7fbc

Monochromatic Colors of #bc7fac

#bc7fac

Complementary Color

#bc7fac #7fbc8f

#bc7fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7fac Color CSS Codes

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

#bc7fac Text Font Color

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

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


#bc7fac Background Color

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

This div background color is #bc7fac


#bc7fac Border Color

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

This div border color is #bc7fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7fac


Comments

No comments written yet.

Please login to write comment.