Color Hex Logo

#bd7980 Color Hex

#BD7980
(189,121,128)
0 Favorites   0 Comments

Color spaces of #bd7980

RGB 189121128
HSL0.980.340.61
HSV354°36°74°
CMYK 0.000.360.32   0.26
XYZ31.719926.052123.7788
Yxy26.05210.38900.3195
Hunter Lab51.041321.60778.1072
CIE-Lab58.086527.47947.2946

#bd7980 color RGB value is (189,121,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10000000
Octal 275 171 200
Decimal 189 121 128
Hex BD 79 80

RGB Percentages of Color #bd7980

%43.15
%27.63
%29.22

CMYK Percentages of Color #bd7980

%0
%36
%32
%26

Triadic Colors of #bd7980

#bd7980 #80bd79 #7980bd

Analogous Colors of #bd7980

#bd7980 #bd9479 #bd79a2

Monochromatic Colors of #bd7980

#bd7980

Complementary Color

#bd7980 #79bdb6

#bd7980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7980 Color CSS Codes

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

#bd7980 Text Font Color

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

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


#bd7980 Background Color

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

This div background color is #bd7980


#bd7980 Border Color

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

This div border color is #bd7980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7980


Comments

No comments written yet.

Please login to write comment.