Color Hex Logo

#bd898e Color Hex

#BD898E
(189,137,142)
0 Favorites   0 Comments

Color spaces of #bd898e

RGB 189137142
HSL0.980.280.64
HSV354°28°74°
CMYK 0.000.280.25   0.26
XYZ34.814430.663129.6748
Yxy30.66310.36590.3223
Hunter Lab55.374315.31996.9888
CIE-Lab62.222220.58305.1959

#bd898e color RGB value is (189,137,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10001110
Octal 275 211 216
Decimal 189 137 142
Hex BD 89 8E

RGB Percentages of Color #bd898e

%40.38
%29.27
%30.34

CMYK Percentages of Color #bd898e

%0
%28
%25
%26

Triadic Colors of #bd898e

#bd898e #8ebd89 #898ebd

Analogous Colors of #bd898e

#bd898e #bd9e89 #bd89a8

Monochromatic Colors of #bd898e

#bd898e

Complementary Color

#bd898e #89bdb8

#bd898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd898e Color CSS Codes

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

#bd898e Text Font Color

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

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


#bd898e Background Color

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

This div background color is #bd898e


#bd898e Border Color

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

This div border color is #bd898e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,137,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd898e


Comments

No comments written yet.

Please login to write comment.