Color Hex Logo

#bd898d Color Hex

#BD898D
(189,137,141)
0 Favorites   0 Comments

Color spaces of #bd898d

RGB 189137141
HSL0.990.280.64
HSV355°28°74°
CMYK 0.000.280.25   0.26
XYZ34.739630.633229.2811
Yxy30.63320.36700.3236
Hunter Lab55.347315.18077.3761
CIE-Lab62.196820.43635.7281

#bd898d color RGB value is (189,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10001101
Octal 275 211 215
Decimal 189 137 141
Hex BD 89 8D

RGB Percentages of Color #bd898d

%40.47
%29.34
%30.19

CMYK Percentages of Color #bd898d

%0
%28
%25
%26

Triadic Colors of #bd898d

#bd898d #8dbd89 #898dbd

Analogous Colors of #bd898d

#bd898d #bd9f89 #bd89a7

Monochromatic Colors of #bd898d

#bd898d

Complementary Color

#bd898d #89bdb9

#bd898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd898d Color CSS Codes

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

#bd898d Text Font Color

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

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


#bd898d Background Color

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

This div background color is #bd898d


#bd898d Border Color

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

This div border color is #bd898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd898d


Comments

No comments written yet.

Please login to write comment.