Color Hex Logo

#bf8caa Color Hex

#BF8CAA
(191,140,170)
0 Favorites   0 Comments

Color spaces of #bf8caa

RGB 191140170
HSL0.900.280.65
HSV325°27°75°
CMYK 0.000.270.11   0.25
XYZ38.119632.734842.3395
Yxy32.73480.33680.2892
Hunter Lab57.214318.8023-3.8255
CIE-Lab63.945624.1354-8.1423

#bf8caa color RGB value is (191,140,170).

#bf8caa hex color red value is 191, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf8caa hue: 0.90 , saturation: 0.28 and the lightness value of bf8caa is 0.65.

The process color (four color CMYK) of #bf8caa color hex is 0.00, 0.27, 0.11, 0.25. Web safe color of #bf8caa is #cc9999. Color #bf8caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001100 10101010
Octal 277 214 252
Decimal 191 140 170
Hex BF 8C AA

RGB Percentages of Color #bf8caa

%38.12
%27.94
%33.93

CMYK Percentages of Color #bf8caa

%0
%27
%11
%25

Triadic Colors of #bf8caa

#bf8caa #aabf8c #8caabf

Analogous Colors of #bf8caa

#bf8caa #bf8c91 #bb8cbf

Monochromatic Colors of #bf8caa

#bf8caa

Complementary Color

#bf8caa #8cbfa1

#bf8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8caa Color CSS Codes

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

#bf8caa Text Font Color

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

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


#bf8caa Background Color

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

This div background color is #bf8caa


#bf8caa Border Color

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

This div border color is #bf8caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8caa


Comments

No comments written yet.

Please login to write comment.