Color Hex Logo

#bc898f Color Hex

#BC898F
(188,137,143)
0 Favorites   0 Comments

Color spaces of #bc898f

RGB 188137143
HSL0.980.280.64
HSV353°27°74°
CMYK 0.000.270.24   0.26
XYZ34.642630.565930.0605
Yxy30.56590.36360.3208
Hunter Lab55.286415.09726.4632
CIE-Lab62.139520.35034.4939

#bc898f color RGB value is (188,137,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 10001111
Octal 274 211 217
Decimal 188 137 143
Hex BC 89 8F

RGB Percentages of Color #bc898f

%40.17
%29.27
%30.56

CMYK Percentages of Color #bc898f

%0
%27
%24
%26

Triadic Colors of #bc898f

#bc898f #8fbc89 #898fbc

Analogous Colors of #bc898f

#bc898f #bc9d89 #bc89a9

Monochromatic Colors of #bc898f

#bc898f

Complementary Color

#bc898f #89bcb6

#bc898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc898f Color CSS Codes

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

#bc898f Text Font Color

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

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


#bc898f Background Color

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

This div background color is #bc898f


#bc898f Border Color

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

This div border color is #bc898f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc898f


Comments

No comments written yet.

Please login to write comment.