Color Hex Logo

#bc888c Color Hex

#BC888C
(188,136,140)
0 Favorites   0 Comments

Color spaces of #bc888c

RGB 188136140
HSL0.990.280.64
HSV355°28°74°
CMYK 0.000.280.26   0.26
XYZ34.276830.193128.8322
Yxy30.19310.36740.3236
Hunter Lab54.948215.18917.3534
CIE-Lab61.820520.46365.7424

#bc888c color RGB value is (188,136,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 10001100
Octal 274 210 214
Decimal 188 136 140
Hex BC 88 8C

RGB Percentages of Color #bc888c

%40.52
%29.31
%30.17

CMYK Percentages of Color #bc888c

%0
%28
%26
%26

Triadic Colors of #bc888c

#bc888c #8cbc88 #888cbc

Analogous Colors of #bc888c

#bc888c #bc9e88 #bc88a6

Monochromatic Colors of #bc888c

#bc888c

Complementary Color

#bc888c #88bcb8

#bc888c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc888c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc888c Color CSS Codes

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

#bc888c Text Font Color

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

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


#bc888c Background Color

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

This div background color is #bc888c


#bc888c Border Color

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

This div border color is #bc888c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc888c


Comments

No comments written yet.

Please login to write comment.