Color Hex Logo

#bc868d Color Hex

#BC868D
(188,134,141)
0 Favorites   0 Comments

Color spaces of #bc868d

RGB 188134141
HSL0.980.290.63
HSV352°29°74°
CMYK 0.000.290.25   0.26
XYZ34.071929.664629.1294
Yxy29.66460.36690.3194
Hunter Lab54.465216.35046.4158
CIE-Lab61.363721.72174.5152

#bc868d color RGB value is (188,134,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10001101
Octal 274 206 215
Decimal 188 134 141
Hex BC 86 8D

RGB Percentages of Color #bc868d

%40.60
%28.94
%30.45

CMYK Percentages of Color #bc868d

%0
%29
%25
%26

Triadic Colors of #bc868d

#bc868d #8dbc86 #868dbc

Analogous Colors of #bc868d

#bc868d #bc9a86 #bc86a8

Monochromatic Colors of #bc868d

#bc868d

Complementary Color

#bc868d #86bcb5

#bc868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc868d Color CSS Codes

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

#bc868d Text Font Color

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

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


#bc868d Background Color

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

This div background color is #bc868d


#bc868d Border Color

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

This div border color is #bc868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc868d


Comments

No comments written yet.

Please login to write comment.