Color Hex Logo

#bf8aaa Color Hex

#BF8AAA
(191,138,170)
0 Favorites   0 Comments

Color spaces of #bf8aaa

RGB 191138170
HSL0.900.290.65
HSV324°28°75°
CMYK 0.000.280.11   0.25
XYZ37.830032.155642.2430
Yxy32.15560.33710.2865
Hunter Lab56.705919.8467-4.4739
CIE-Lab63.471325.2437-8.8491

#bf8aaa color RGB value is (191,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001010 10101010
Octal 277 212 252
Decimal 191 138 170
Hex BF 8A AA

RGB Percentages of Color #bf8aaa

%38.28
%27.66
%34.07

CMYK Percentages of Color #bf8aaa

%0
%28
%11
%25

Triadic Colors of #bf8aaa

#bf8aaa #aabf8a #8aaabf

Analogous Colors of #bf8aaa

#bf8aaa #bf8a90 #ba8abf

Monochromatic Colors of #bf8aaa

#bf8aaa

Complementary Color

#bf8aaa #8abf9f

#bf8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8aaa Color CSS Codes

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

#bf8aaa Text Font Color

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

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


#bf8aaa Background Color

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

This div background color is #bf8aaa


#bf8aaa Border Color

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

This div border color is #bf8aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,138,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 #bf8aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8aaa


Comments

No comments written yet.

Please login to write comment.