Color Hex Logo

#bfa9db Color Hex

#BFA9DB
(191,169,219)
0 Favorites   0 Comments

Color spaces of #bfa9db

RGB 191169219
HSL0.740.410.76
HSV266°23°86°
CMYK 0.130.230.00   0.14
XYZ48.460044.566873.0660
Yxy44.56680.29180.2683
Hunter Lab66.758412.7463-18.1611
CIE-Lab72.605717.5189-22.3297

#bfa9db color RGB value is (191,169,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 11011011
Octal 277 251 333
Decimal 191 169 219
Hex BF A9 DB

RGB Percentages of Color #bfa9db

%32.99
%29.19
%37.82

CMYK Percentages of Color #bfa9db

%13
%23
%0
%14

Triadic Colors of #bfa9db

#bfa9db #dbbfa9 #a9dbbf

Analogous Colors of #bfa9db

#bfa9db #d8a9db #a9acdb

Monochromatic Colors of #bfa9db

#bfa9db

Complementary Color

#bfa9db #c5dba9

#bfa9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa9db Color CSS Codes

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

#bfa9db Text Font Color

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

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


#bfa9db Background Color

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

This div background color is #bfa9db


#bfa9db Border Color

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

This div border color is #bfa9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa9db


Comments

No comments written yet.

Please login to write comment.