Color Hex Logo

#bd728e Color Hex

#BD728E
(189,114,142)
0 Favorites   0 Comments

Color spaces of #bd728e

RGB 189114142
HSL0.940.360.59
HSV338°40°74°
CMYK 0.000.400.25   0.26
XYZ31.886124.806428.6987
Yxy24.80640.37340.2905
Hunter Lab49.806027.11620.7008
CIE-Lab56.886333.2572-2.5662

#bd728e color RGB value is (189,114,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10001110
Octal 275 162 216
Decimal 189 114 142
Hex BD 72 8E

RGB Percentages of Color #bd728e

%42.47
%25.62
%31.91

CMYK Percentages of Color #bd728e

%0
%40
%25
%26

Triadic Colors of #bd728e

#bd728e #8ebd72 #728ebd

Analogous Colors of #bd728e

#bd728e #bd7c72 #bd72b4

Monochromatic Colors of #bd728e

#bd728e

Complementary Color

#bd728e #72bda1

#bd728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd728e Color CSS Codes

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

#bd728e Text Font Color

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

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


#bd728e Background Color

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

This div background color is #bd728e


#bd728e Border Color

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

This div border color is #bd728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd728e


Comments

No comments written yet.

Please login to write comment.