Color Hex Logo

#bd729b Color Hex

#BD729B
(189,114,155)
0 Favorites   0 Comments

Color spaces of #bd729b

RGB 189114155
HSL0.910.360.59
HSV327°40°74°
CMYK 0.000.400.18   0.26
XYZ32.920025.220034.1432
Yxy25.22000.35670.2733
Hunter Lab50.219529.1265-5.1564
CIE-Lab57.289135.2359-9.5160

#bd729b color RGB value is (189,114,155).

#bd729b hex color red value is 189, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd729b hue: 0.91 , saturation: 0.36 and the lightness value of bd729b is 0.59.

The process color (four color CMYK) of #bd729b color hex is 0.00, 0.40, 0.18, 0.26. Web safe color of #bd729b is #cc6699. Color #bd729b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10011011
Octal 275 162 233
Decimal 189 114 155
Hex BD 72 9B

RGB Percentages of Color #bd729b

%41.27
%24.89
%33.84

CMYK Percentages of Color #bd729b

%0
%40
%18
%26

Triadic Colors of #bd729b

#bd729b #9bbd72 #729bbd

Analogous Colors of #bd729b

#bd729b #bd7276 #ba72bd

Monochromatic Colors of #bd729b

#bd729b

Complementary Color

#bd729b #72bd94

#bd729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd729b Color CSS Codes

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

#bd729b Text Font Color

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

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


#bd729b Background Color

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

This div background color is #bd729b


#bd729b Border Color

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

This div border color is #bd729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd729b


Comments

No comments written yet.

Please login to write comment.