Color Hex Logo

#bc8fac Color Hex

#BC8FAC
(188,143,172)
0 Favorites   0 Comments

Color spaces of #bc8fac

RGB 188143172
HSL0.890.250.65
HSV321°24°74°
CMYK 0.000.240.09   0.26
XYZ38.007933.314843.4569
Yxy33.31480.33110.2903
Hunter Lab57.719016.5339-4.2365
CIE-Lab64.415021.7516-8.6060

#bc8fac color RGB value is (188,143,172).

#bc8fac hex color red value is 188, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc8fac hue: 0.89 , saturation: 0.25 and the lightness value of bc8fac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001111 10101100
Octal 274 217 254
Decimal 188 143 172
Hex BC 8F AC

RGB Percentages of Color #bc8fac

%37.38
%28.43
%34.19

CMYK Percentages of Color #bc8fac

%0
%24
%9
%26

Triadic Colors of #bc8fac

#bc8fac #acbc8f #8facbc

Analogous Colors of #bc8fac

#bc8fac #bc8f96 #b68fbc

Monochromatic Colors of #bc8fac

#bc8fac

Complementary Color

#bc8fac #8fbc9f

#bc8fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8fac Color CSS Codes

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

#bc8fac Text Font Color

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

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


#bc8fac Background Color

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

This div background color is #bc8fac


#bc8fac Border Color

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

This div border color is #bc8fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8fac


Comments

No comments written yet.

Please login to write comment.