Color Hex Logo

#bf727f Color Hex

#BF727F
(191,114,127)
0 Favorites   0 Comments

Color spaces of #bf727f

RGB 191114127
HSL0.970.380.60
HSV350°40°75°
CMYK 0.000.400.34   0.25
XYZ31.333924.643323.1838
Yxy24.64330.39580.3113
Hunter Lab49.642025.79527.0598
CIE-Lab56.726231.93005.9624

#bf727f color RGB value is (191,114,127).

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

The process color (four color CMYK) of #bf727f color hex is 0.00, 0.40, 0.34, 0.25. Web safe color of #bf727f is #cc6666. Color #bf727f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 01111111
Octal 277 162 177
Decimal 191 114 127
Hex BF 72 7F

RGB Percentages of Color #bf727f

%44.21
%26.39
%29.40

CMYK Percentages of Color #bf727f

%0
%40
%34
%25

Triadic Colors of #bf727f

#bf727f #7fbf72 #727fbf

Analogous Colors of #bf727f

#bf727f #bf8c72 #bf72a6

Monochromatic Colors of #bf727f

#bf727f

Complementary Color

#bf727f #72bfb2

#bf727f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf727f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf727f Color CSS Codes

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

#bf727f Text Font Color

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

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


#bf727f Background Color

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

This div background color is #bf727f


#bf727f Border Color

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

This div border color is #bf727f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf727f


Comments

No comments written yet.

Please login to write comment.