Color Hex Logo

#bfaad1 Color Hex

#BFAAD1
(191,170,209)
0 Favorites   0 Comments

Color spaces of #bfaad1

RGB 191170209
HSL0.760.300.74
HSV272°19°82°
CMYK 0.090.190.00   0.18
XYZ47.369244.429366.4007
Yxy44.42930.29940.2808
Hunter Lab66.655310.2059-12.4048
CIE-Lab72.514514.8922-16.9920

#bfaad1 color RGB value is (191,170,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11010001
Octal 277 252 321
Decimal 191 170 209
Hex BF AA D1

RGB Percentages of Color #bfaad1

%33.51
%29.82
%36.67

CMYK Percentages of Color #bfaad1

%9
%19
%0
%18

Triadic Colors of #bfaad1

#bfaad1 #d1bfaa #aad1bf

Analogous Colors of #bfaad1

#bfaad1 #d1aad0 #acaad1

Monochromatic Colors of #bfaad1

#bfaad1

Complementary Color

#bfaad1 #bcd1aa

#bfaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaad1 Color CSS Codes

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

#bfaad1 Text Font Color

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

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


#bfaad1 Background Color

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

This div background color is #bfaad1


#bfaad1 Border Color

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

This div border color is #bfaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaad1


Comments

No comments written yet.

Please login to write comment.