Color Hex Logo

#bc86ad Color Hex

#BC86AD
(188,134,173)
0 Favorites   0 Comments

Color spaces of #bc86ad

RGB 188134173
HSL0.880.290.63
HSV317°29°74°
CMYK 0.000.290.08   0.26
XYZ36.807030.758743.5322
Yxy30.75870.33130.2769
Hunter Lab55.460521.4076-7.7157
CIE-Lab62.303426.9320-12.3317

#bc86ad color RGB value is (188,134,173).

#bc86ad hex color red value is 188, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc86ad hue: 0.88 , saturation: 0.29 and the lightness value of bc86ad is 0.63.

The process color (four color CMYK) of #bc86ad color hex is 0.00, 0.29, 0.08, 0.26. Web safe color of #bc86ad is #cc9999. Color #bc86ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10101101
Octal 274 206 255
Decimal 188 134 173
Hex BC 86 AD

RGB Percentages of Color #bc86ad

%37.98
%27.07
%34.95

CMYK Percentages of Color #bc86ad

%0
%29
%8
%26

Triadic Colors of #bc86ad

#bc86ad #adbc86 #86adbc

Analogous Colors of #bc86ad

#bc86ad #bc8692 #b086bc

Monochromatic Colors of #bc86ad

#bc86ad

Complementary Color

#bc86ad #86bc95

#bc86ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc86ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc86ad Color CSS Codes

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

#bc86ad Text Font Color

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

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


#bc86ad Background Color

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

This div background color is #bc86ad


#bc86ad Border Color

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

This div border color is #bc86ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,134,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc86ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc86ad


Comments

No comments written yet.

Please login to write comment.