Color Hex Logo

#bfa6df Color Hex

#BFA6DF
(191,166,223)
0 Favorites   0 Comments

Color spaces of #bfa6df

RGB 191166223
HSL0.740.470.76
HSV266°26°87°
CMYK 0.140.260.00   0.13
XYZ48.441443.676575.6893
Yxy43.67650.28870.2603
Hunter Lab66.088215.1828-21.6417
CIE-Lab72.011720.0281-25.4248

#bfa6df color RGB value is (191,166,223).

#bfa6df hex color red value is 191, green value is 166 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bfa6df hue: 0.74 , saturation: 0.47 and the lightness value of bfa6df is 0.76.

The process color (four color CMYK) of #bfa6df color hex is 0.14, 0.26, 0.00, 0.13. Web safe color of #bfa6df is #cc99cc. Color #bfa6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 11011111
Octal 277 246 337
Decimal 191 166 223
Hex BF A6 DF

RGB Percentages of Color #bfa6df

%32.93
%28.62
%38.45

CMYK Percentages of Color #bfa6df

%14
%26
%0
%13

Triadic Colors of #bfa6df

#bfa6df #dfbfa6 #a6dfbf

Analogous Colors of #bfa6df

#bfa6df #dca6df #a6aadf

Monochromatic Colors of #bfa6df

#bfa6df

Complementary Color

#bfa6df #c6dfa6

#bfa6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa6df Color CSS Codes

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

#bfa6df Text Font Color

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

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


#bfa6df Background Color

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

This div background color is #bfa6df


#bfa6df Border Color

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

This div border color is #bfa6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa6df


Comments

No comments written yet.

Please login to write comment.