Color Hex Logo

#bfabd9 Color Hex

#BFABD9
(191,171,217)
0 Favorites   0 Comments

Color spaces of #bfabd9

RGB 191171217
HSL0.740.380.76
HSV266°21°85°
CMYK 0.120.210.00   0.15
XYZ48.573245.211971.8123
Yxy45.21190.29330.2730
Hunter Lab67.239811.2766-16.2540
CIE-Lab73.031215.9957-20.5889

#bfabd9 color RGB value is (191,171,217).

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

The process color (four color CMYK) of #bfabd9 color hex is 0.12, 0.21, 0.00, 0.15. Web safe color of #bfabd9 is #cc99cc. Color #bfabd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11011001
Octal 277 253 331
Decimal 191 171 217
Hex BF AB D9

RGB Percentages of Color #bfabd9

%32.99
%29.53
%37.48

CMYK Percentages of Color #bfabd9

%12
%21
%0
%15

Triadic Colors of #bfabd9

#bfabd9 #d9bfab #abd9bf

Analogous Colors of #bfabd9

#bfabd9 #d6abd9 #abaed9

Monochromatic Colors of #bfabd9

#bfabd9

Complementary Color

#bfabd9 #c5d9ab

#bfabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabd9 Color CSS Codes

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

#bfabd9 Text Font Color

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

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


#bfabd9 Background Color

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

This div background color is #bfabd9


#bfabd9 Border Color

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

This div border color is #bfabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabd9


Comments

No comments written yet.

Please login to write comment.