Color Hex Logo

#bd889e Color Hex

#BD889E
(189,136,158)
0 Favorites   0 Comments

Color spaces of #bd889e

RGB 189136158
HSL0.930.290.64
HSV335°28°74°
CMYK 0.000.280.16   0.26
XYZ35.962030.895836.4158
Yxy30.89580.34820.2992
Hunter Lab55.584018.21480.0650
CIE-Lab62.419623.6207-3.6206

#bd889e color RGB value is (189,136,158).

#bd889e hex color red value is 189, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd889e hue: 0.93 , saturation: 0.29 and the lightness value of bd889e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 10011110
Octal 275 210 236
Decimal 189 136 158
Hex BD 88 9E

RGB Percentages of Color #bd889e

%39.13
%28.16
%32.71

CMYK Percentages of Color #bd889e

%0
%28
%16
%26

Triadic Colors of #bd889e

#bd889e #9ebd88 #889ebd

Analogous Colors of #bd889e

#bd889e #bd8d88 #bd88b9

Monochromatic Colors of #bd889e

#bd889e

Complementary Color

#bd889e #88bda7

#bd889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd889e Color CSS Codes

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

#bd889e Text Font Color

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

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


#bd889e Background Color

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

This div background color is #bd889e


#bd889e Border Color

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

This div border color is #bd889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd889e


Comments

No comments written yet.

Please login to write comment.