Color Hex Logo

#bc7eac Color Hex

#BC7EAC
(188,126,172)
0 Favorites   0 Comments

Color spaces of #bc7eac

RGB 188126172
HSL0.880.320.62
HSV315°33°74°
CMYK 0.000.330.09   0.26
XYZ35.646328.591642.6697
Yxy28.59160.33340.2674
Hunter Lab53.471125.4218-9.8834
CIE-Lab60.419531.1804-14.6003

#bc7eac color RGB value is (188,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111110 10101100
Octal 274 176 254
Decimal 188 126 172
Hex BC 7E AC

RGB Percentages of Color #bc7eac

%38.68
%25.93
%35.39

CMYK Percentages of Color #bc7eac

%0
%33
%9
%26

Triadic Colors of #bc7eac

#bc7eac #acbc7e #7eacbc

Analogous Colors of #bc7eac

#bc7eac #bc7e8d #ad7ebc

Monochromatic Colors of #bc7eac

#bc7eac

Complementary Color

#bc7eac #7ebc8e

#bc7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7eac Color CSS Codes

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

#bc7eac Text Font Color

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

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


#bc7eac Background Color

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

This div background color is #bc7eac


#bc7eac Border Color

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

This div border color is #bc7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7eac


Comments

No comments written yet.

Please login to write comment.