Color Hex Logo

#bd728d Color Hex

#BD728D
(189,114,141)
0 Favorites   0 Comments

Color spaces of #bd728d

RGB 189114141
HSL0.940.360.59
HSV338°40°74°
CMYK 0.000.400.25   0.26
XYZ31.811324.776528.3050
Yxy24.77650.37470.2919
Hunter Lab49.776026.96941.1281
CIE-Lab56.857033.1116-2.0277

#bd728d color RGB value is (189,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10001101
Octal 275 162 215
Decimal 189 114 141
Hex BD 72 8D

RGB Percentages of Color #bd728d

%42.57
%25.68
%31.76

CMYK Percentages of Color #bd728d

%0
%40
%25
%26

Triadic Colors of #bd728d

#bd728d #8dbd72 #728dbd

Analogous Colors of #bd728d

#bd728d #bd7d72 #bd72b3

Monochromatic Colors of #bd728d

#bd728d

Complementary Color

#bd728d #72bda2

#bd728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd728d Color CSS Codes

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

#bd728d Text Font Color

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

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


#bd728d Background Color

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

This div background color is #bd728d


#bd728d Border Color

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

This div border color is #bd728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd728d


Comments

No comments written yet.

Please login to write comment.