Color Hex Logo

#bf729b Color Hex

#BF729B
(191,114,155)
0 Favorites   0 Comments

Color spaces of #bf729b

RGB 191114155
HSL0.910.380.60
HSV328°40°75°
CMYK 0.000.400.19   0.25
XYZ33.419625.477634.1666
Yxy25.47760.35910.2738
Hunter Lab50.475329.8526-4.8005
CIE-Lab57.537835.9314-9.1183

#bf729b color RGB value is (191,114,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 10011011
Octal 277 162 233
Decimal 191 114 155
Hex BF 72 9B

RGB Percentages of Color #bf729b

%41.52
%24.78
%33.70

CMYK Percentages of Color #bf729b

%0
%40
%19
%25

Triadic Colors of #bf729b

#bf729b #9bbf72 #729bbf

Analogous Colors of #bf729b

#bf729b #bf7275 #bd72bf

Monochromatic Colors of #bf729b

#bf729b

Complementary Color

#bf729b #72bf96

#bf729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf729b Color CSS Codes

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

#bf729b Text Font Color

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

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


#bf729b Background Color

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

This div background color is #bf729b


#bf729b Border Color

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

This div border color is #bf729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf729b


Comments

No comments written yet.

Please login to write comment.