Color Hex Logo

#bfbadf Color Hex

#BFBADF
(191,186,223)
0 Favorites   0 Comments

Color spaces of #bfbadf

RGB 191186223
HSL0.690.370.80
HSV248°17°87°
CMYK 0.140.170.00   0.13
XYZ52.364051.521976.9969
Yxy51.52190.28950.2848
Hunter Lab71.77884.6064-13.3551
CIE-Lab76.99419.0542-17.8490

#bfbadf color RGB value is (191,186,223).

#bfbadf hex color red value is 191, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bfbadf hue: 0.69 , saturation: 0.37 and the lightness value of bfbadf is 0.80.

The process color (four color CMYK) of #bfbadf color hex is 0.14, 0.17, 0.00, 0.13. Web safe color of #bfbadf is #cccccc. Color #bfbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11011111
Octal 277 272 337
Decimal 191 186 223
Hex BF BA DF

RGB Percentages of Color #bfbadf

%31.83
%31.00
%37.17

CMYK Percentages of Color #bfbadf

%14
%17
%0
%13

Triadic Colors of #bfbadf

#bfbadf #dfbfba #badfbf

Analogous Colors of #bfbadf

#bfbadf #d2badf #bac8df

Monochromatic Colors of #bfbadf

#bfbadf

Complementary Color

#bfbadf #dadfba

#bfbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbadf Color CSS Codes

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

#bfbadf Text Font Color

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

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


#bfbadf Background Color

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

This div background color is #bfbadf


#bfbadf Border Color

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

This div border color is #bfbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbadf


Comments

No comments written yet.

Please login to write comment.