Color Hex Logo

#bfaadf Color Hex

#BFAADF
(191,170,223)
0 Favorites   0 Comments

Color spaces of #bfaadf

RGB 191170223
HSL0.730.450.77
HSV264°24°87°
CMYK 0.140.240.00   0.13
XYZ49.179945.153575.9355
Yxy45.15350.28880.2652
Hunter Lab67.196413.0476-19.9634
CIE-Lab72.992917.8185-23.9251

#bfaadf color RGB value is (191,170,223).

#bfaadf hex color red value is 191, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bfaadf hue: 0.73 , saturation: 0.45 and the lightness value of bfaadf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11011111
Octal 277 252 337
Decimal 191 170 223
Hex BF AA DF

RGB Percentages of Color #bfaadf

%32.71
%29.11
%38.18

CMYK Percentages of Color #bfaadf

%14
%24
%0
%13

Triadic Colors of #bfaadf

#bfaadf #dfbfaa #aadfbf

Analogous Colors of #bfaadf

#bfaadf #daaadf #aab0df

Monochromatic Colors of #bfaadf

#bfaadf

Complementary Color

#bfaadf #cadfaa

#bfaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaadf Color CSS Codes

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

#bfaadf Text Font Color

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

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


#bfaadf Background Color

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

This div background color is #bfaadf


#bfaadf Border Color

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

This div border color is #bfaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaadf


Comments

No comments written yet.

Please login to write comment.