Color Hex Logo

#bc73ac Color Hex

#BC73AC
(188,115,172)
0 Favorites   0 Comments

Color spaces of #bc73ac

RGB 188115172
HSL0.870.350.59
HSV313°39°74°
CMYK 0.000.390.09   0.26
XYZ34.316225.931442.2263
Yxy25.93140.33490.2531
Hunter Lab50.922931.1735-13.5185
CIE-Lab57.971937.1887-18.3116

#bc73ac color RGB value is (188,115,172).

#bc73ac hex color red value is 188, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc73ac hue: 0.87 , saturation: 0.35 and the lightness value of bc73ac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 10101100
Octal 274 163 254
Decimal 188 115 172
Hex BC 73 AC

RGB Percentages of Color #bc73ac

%39.58
%24.21
%36.21

CMYK Percentages of Color #bc73ac

%0
%39
%9
%26

Triadic Colors of #bc73ac

#bc73ac #acbc73 #73acbc

Analogous Colors of #bc73ac

#bc73ac #bc7388 #a873bc

Monochromatic Colors of #bc73ac

#bc73ac

Complementary Color

#bc73ac #73bc83

#bc73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc73ac Color CSS Codes

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

#bc73ac Text Font Color

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

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


#bc73ac Background Color

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

This div background color is #bc73ac


#bc73ac Border Color

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

This div border color is #bc73ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc73ac


Comments

No comments written yet.

Please login to write comment.