Color Hex Logo

#bc898c Color Hex

#BC898C
(188,137,140)
0 Favorites   0 Comments

Color spaces of #bc898c

RGB 188137140
HSL0.990.280.64
HSV356°27°74°
CMYK 0.000.270.26   0.26
XYZ34.418330.476128.8794
Yxy30.47610.36700.3250
Hunter Lab55.205214.67897.6273
CIE-Lab62.062919.90796.0903

#bc898c color RGB value is (188,137,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 10001100
Octal 274 211 214
Decimal 188 137 140
Hex BC 89 8C

RGB Percentages of Color #bc898c

%40.43
%29.46
%30.11

CMYK Percentages of Color #bc898c

%0
%27
%26
%26

Triadic Colors of #bc898c

#bc898c #8cbc89 #898cbc

Analogous Colors of #bc898c

#bc898c #bca089 #bc89a6

Monochromatic Colors of #bc898c

#bc898c

Complementary Color

#bc898c #89bcb9

#bc898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc898c Color CSS Codes

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

#bc898c Text Font Color

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

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


#bc898c Background Color

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

This div background color is #bc898c


#bc898c Border Color

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

This div border color is #bc898c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc898c


Comments

No comments written yet.

Please login to write comment.