Color Hex Logo

#bf729f Color Hex

#BF729F
(191,114,159)
0 Favorites   0 Comments

Color spaces of #bf729f

RGB 191114159
HSL0.900.380.60
HSV325°40°75°
CMYK 0.000.400.17   0.25
XYZ33.761225.614235.9655
Yxy25.61420.35410.2687
Hunter Lab50.610530.5053-6.7061
CIE-Lab57.669036.5643-11.2366

#bf729f color RGB value is (191,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 10011111
Octal 277 162 237
Decimal 191 114 159
Hex BF 72 9F

RGB Percentages of Color #bf729f

%41.16
%24.57
%34.27

CMYK Percentages of Color #bf729f

%0
%40
%17
%25

Triadic Colors of #bf729f

#bf729f #9fbf72 #729fbf

Analogous Colors of #bf729f

#bf729f #bf7279 #b972bf

Monochromatic Colors of #bf729f

#bf729f

Complementary Color

#bf729f #72bf92

#bf729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf729f Color CSS Codes

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

#bf729f Text Font Color

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

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


#bf729f Background Color

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

This div background color is #bf729f


#bf729f Border Color

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

This div border color is #bf729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf729f


Comments

No comments written yet.

Please login to write comment.