Color Hex Logo

#bfabd1 Color Hex

#BFABD1
(191,171,209)
0 Favorites   0 Comments

Color spaces of #bfabd1

RGB 191171209
HSL0.750.290.75
HSV272°18°82°
CMYK 0.090.180.00   0.18
XYZ47.557444.805666.4634
Yxy44.80560.29940.2821
Hunter Lab66.93709.6810-12.0146
CIE-Lab72.763714.3424-16.6158

#bfabd1 color RGB value is (191,171,209).

#bfabd1 hex color red value is 191, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bfabd1 hue: 0.75 , saturation: 0.29 and the lightness value of bfabd1 is 0.75.

The process color (four color CMYK) of #bfabd1 color hex is 0.09, 0.18, 0.00, 0.18. Web safe color of #bfabd1 is #cc99cc. Color #bfabd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11010001
Octal 277 253 321
Decimal 191 171 209
Hex BF AB D1

RGB Percentages of Color #bfabd1

%33.45
%29.95
%36.60

CMYK Percentages of Color #bfabd1

%9
%18
%0
%18

Triadic Colors of #bfabd1

#bfabd1 #d1bfab #abd1bf

Analogous Colors of #bfabd1

#bfabd1 #d1abd0 #acabd1

Monochromatic Colors of #bfabd1

#bfabd1

Complementary Color

#bfabd1 #bdd1ab

#bfabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabd1 Color CSS Codes

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

#bfabd1 Text Font Color

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

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


#bfabd1 Background Color

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

This div background color is #bfabd1


#bfabd1 Border Color

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

This div border color is #bfabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabd1

#bfabd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.