Color Hex Logo

#bd898a Color Hex

#BD898A
(189,137,138)
0 Favorites   0 Comments

Color spaces of #bd898a

RGB 189137138
HSL1.000.280.64
HSV359°28°74°
CMYK 0.000.280.27   0.26
XYZ34.519430.545128.1212
Yxy30.54510.37040.3278
Hunter Lab55.267614.77038.5195
CIE-Lab62.121720.00287.3263

#bd898a color RGB value is (189,137,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10001010
Octal 275 211 212
Decimal 189 137 138
Hex BD 89 8A

RGB Percentages of Color #bd898a

%40.73
%29.53
%29.74

CMYK Percentages of Color #bd898a

%0
%28
%27
%26

Triadic Colors of #bd898a

#bd898a #8abd89 #898abd

Analogous Colors of #bd898a

#bd898a #bda289 #bd89a4

Monochromatic Colors of #bd898a

#bd898a

Complementary Color

#bd898a #89bdbc

#bd898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd898a Color CSS Codes

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

#bd898a Text Font Color

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

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


#bd898a Background Color

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

This div background color is #bd898a


#bd898a Border Color

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

This div border color is #bd898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd898a


Comments

No comments written yet.

Please login to write comment.