Color Hex Logo

#bc888f Color Hex

#BC888F
(188,136,143)
0 Favorites   0 Comments

Color spaces of #bc888f

RGB 188136143
HSL0.980.280.64
HSV352°28°74°
CMYK 0.000.280.24   0.26
XYZ34.501130.282930.0134
Yxy30.28290.36390.3194
Hunter Lab55.029915.60866.1841
CIE-Lab61.897620.90604.1449

#bc888f color RGB value is (188,136,143).

#bc888f hex color red value is 188, green value is 136 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bc888f hue: 0.98 , saturation: 0.28 and the lightness value of bc888f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 10001111
Octal 274 210 217
Decimal 188 136 143
Hex BC 88 8F

RGB Percentages of Color #bc888f

%40.26
%29.12
%30.62

CMYK Percentages of Color #bc888f

%0
%28
%24
%26

Triadic Colors of #bc888f

#bc888f #8fbc88 #888fbc

Analogous Colors of #bc888f

#bc888f #bc9b88 #bc88a9

Monochromatic Colors of #bc888f

#bc888f

Complementary Color

#bc888f #88bcb5

#bc888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc888f Color CSS Codes

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

#bc888f Text Font Color

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

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


#bc888f Background Color

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

This div background color is #bc888f


#bc888f Border Color

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

This div border color is #bc888f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc888f


Comments

No comments written yet.

Please login to write comment.