Color Hex Logo

#bfaadb Color Hex

#BFAADB
(191,170,219)
0 Favorites   0 Comments

Color spaces of #bfaadb

RGB 191170219
HSL0.740.400.76
HSV266°22°86°
CMYK 0.130.220.00   0.14
XYZ48.646844.940373.1282
Yxy44.94030.29180.2696
Hunter Lab67.037512.2156-17.7505
CIE-Lab72.852616.9675-21.9538

#bfaadb color RGB value is (191,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11011011
Octal 277 252 333
Decimal 191 170 219
Hex BF AA DB

RGB Percentages of Color #bfaadb

%32.93
%29.31
%37.76

CMYK Percentages of Color #bfaadb

%13
%22
%0
%14

Triadic Colors of #bfaadb

#bfaadb #dbbfaa #aadbbf

Analogous Colors of #bfaadb

#bfaadb #d8aadb #aaaedb

Monochromatic Colors of #bfaadb

#bfaadb

Complementary Color

#bfaadb #c6dbaa

#bfaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaadb Color CSS Codes

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

#bfaadb Text Font Color

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

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


#bfaadb Background Color

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

This div background color is #bfaadb


#bfaadb Border Color

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

This div border color is #bfaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaadb


Comments

No comments written yet.

Please login to write comment.