Color Hex Logo

#bd7987 Color Hex

#BD7987
(189,121,135)
0 Favorites   0 Comments

Color spaces of #bd7987

RGB 189121135
HSL0.970.340.61
HSV348°36°74°
CMYK 0.000.360.29   0.26
XYZ32.196826.242826.2901
Yxy26.24280.38000.3097
Hunter Lab51.227722.53935.4317
CIE-Lab58.266828.43163.5066

#bd7987 color RGB value is (189,121,135).

#bd7987 hex color red value is 189, green value is 121 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bd7987 hue: 0.97 , saturation: 0.34 and the lightness value of bd7987 is 0.61.

The process color (four color CMYK) of #bd7987 color hex is 0.00, 0.36, 0.29, 0.26. Web safe color of #bd7987 is #cc6699. Color #bd7987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10000111
Octal 275 171 207
Decimal 189 121 135
Hex BD 79 87

RGB Percentages of Color #bd7987

%42.47
%27.19
%30.34

CMYK Percentages of Color #bd7987

%0
%36
%29
%26

Triadic Colors of #bd7987

#bd7987 #87bd79 #7987bd

Analogous Colors of #bd7987

#bd7987 #bd8d79 #bd79a9

Monochromatic Colors of #bd7987

#bd7987

Complementary Color

#bd7987 #79bdaf

#bd7987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7987 Color CSS Codes

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

#bd7987 Text Font Color

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

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


#bd7987 Background Color

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

This div background color is #bd7987


#bd7987 Border Color

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

This div border color is #bd7987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7987


Comments

No comments written yet.

Please login to write comment.