Color Hex Logo

#bf666f Color Hex

#BF666F
(191,102,111)
0 Favorites   0 Comments

Color spaces of #bf666f

RGB 191102111
HSL0.980.410.57
HSV354°47°75°
CMYK 0.000.470.42   0.25
XYZ29.106521.726817.6985
Yxy21.72680.42470.3170
Hunter Lab46.612029.891910.1161
CIE-Lab53.735936.432711.0848

#bf666f color RGB value is (191,102,111).

#bf666f hex color red value is 191, green value is 102 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bf666f hue: 0.98 , saturation: 0.41 and the lightness value of bf666f is 0.57.

The process color (four color CMYK) of #bf666f color hex is 0.00, 0.47, 0.42, 0.25. Web safe color of #bf666f is #cc6666. Color #bf666f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 01101111
Octal 277 146 157
Decimal 191 102 111
Hex BF 66 6F

RGB Percentages of Color #bf666f

%47.28
%25.25
%27.48

CMYK Percentages of Color #bf666f

%0
%47
%42
%25

Triadic Colors of #bf666f

#bf666f #6fbf66 #666fbf

Analogous Colors of #bf666f

#bf666f #bf8a66 #bf669c

Monochromatic Colors of #bf666f

#bf666f

Complementary Color

#bf666f #66bfb6

#bf666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf666f Color CSS Codes

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

#bf666f Text Font Color

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

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


#bf666f Background Color

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

This div background color is #bf666f


#bf666f Border Color

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

This div border color is #bf666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf666f


Comments

No comments written yet.

Please login to write comment.