Color Hex Logo

#bf728d Color Hex

#BF728D
(191,114,141)
0 Favorites   0 Comments

Color spaces of #bf728d

RGB 191114141
HSL0.940.380.60
HSV339°40°75°
CMYK 0.000.400.26   0.25
XYZ32.310925.034128.3284
Yxy25.03410.37710.2922
Hunter Lab50.034127.71171.4549
CIE-Lab57.108633.8349-1.6290

#bf728d color RGB value is (191,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 10001101
Octal 277 162 215
Decimal 191 114 141
Hex BF 72 8D

RGB Percentages of Color #bf728d

%42.83
%25.56
%31.61

CMYK Percentages of Color #bf728d

%0
%40
%26
%25

Triadic Colors of #bf728d

#bf728d #8dbf72 #728dbf

Analogous Colors of #bf728d

#bf728d #bf7e72 #bf72b4

Monochromatic Colors of #bf728d

#bf728d

Complementary Color

#bf728d #72bfa4

#bf728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf728d Color CSS Codes

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

#bf728d Text Font Color

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

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


#bf728d Background Color

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

This div background color is #bf728d


#bf728d Border Color

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

This div border color is #bf728d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,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 #bf728d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf728d


Comments

No comments written yet.

Please login to write comment.