Color Hex Logo

#bf6c71 Color Hex

#BF6C71
(191,108,113)
0 Favorites   0 Comments

Color spaces of #bf6c71

RGB 191108113
HSL0.990.390.59
HSV356°43°75°
CMYK 0.000.430.41   0.25
XYZ29.829122.993718.4889
Yxy22.99370.41830.3224
Hunter Lab47.951727.123010.7056
CIE-Lab55.065833.466511.7765

#bf6c71 color RGB value is (191,108,113).

#bf6c71 hex color red value is 191, green value is 108 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bf6c71 hue: 0.99 , saturation: 0.39 and the lightness value of bf6c71 is 0.59.

The process color (four color CMYK) of #bf6c71 color hex is 0.00, 0.43, 0.41, 0.25. Web safe color of #bf6c71 is #cc6666. Color #bf6c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101100 01110001
Octal 277 154 161
Decimal 191 108 113
Hex BF 6C 71

RGB Percentages of Color #bf6c71

%46.36
%26.21
%27.43

CMYK Percentages of Color #bf6c71

%0
%43
%41
%25

Triadic Colors of #bf6c71

#bf6c71 #71bf6c #6c71bf

Analogous Colors of #bf6c71

#bf6c71 #bf916c #bf6c9b

Monochromatic Colors of #bf6c71

#bf6c71

Complementary Color

#bf6c71 #6cbfba

#bf6c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6c71 Color CSS Codes

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

#bf6c71 Text Font Color

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

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


#bf6c71 Background Color

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

This div background color is #bf6c71


#bf6c71 Border Color

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

This div border color is #bf6c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6c71


Comments

No comments written yet.

Please login to write comment.