Color Hex Logo

#bf727b Color Hex

#BF727B
(191,114,123)
0 Favorites   0 Comments

Color spaces of #bf727b

RGB 191114123
HSL0.980.380.60
HSV353°40°75°
CMYK 0.000.400.36   0.25
XYZ31.078324.541121.8378
Yxy24.54110.40120.3168
Hunter Lab49.539025.28898.5410
CIE-Lab56.625531.42228.1463

#bf727b color RGB value is (191,114,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 01111011
Octal 277 162 173
Decimal 191 114 123
Hex BF 72 7B

RGB Percentages of Color #bf727b

%44.63
%26.64
%28.74

CMYK Percentages of Color #bf727b

%0
%40
%36
%25

Triadic Colors of #bf727b

#bf727b #7bbf72 #727bbf

Analogous Colors of #bf727b

#bf727b #bf9072 #bf72a2

Monochromatic Colors of #bf727b

#bf727b

Complementary Color

#bf727b #72bfb6

#bf727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf727b Color CSS Codes

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

#bf727b Text Font Color

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

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


#bf727b Background Color

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

This div background color is #bf727b


#bf727b Border Color

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

This div border color is #bf727b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf727b


Comments

No comments written yet.

Please login to write comment.