Color Hex Logo

#bfb3df Color Hex

#BFB3DF
(191,179,223)
0 Favorites   0 Comments

Color spaces of #bfb3df

RGB 191179223
HSL0.710.410.79
HSV256°20°87°
CMYK 0.140.200.00   0.13
XYZ50.925248.644376.5173
Yxy48.64430.28920.2763
Hunter Lab69.74558.2786-16.2248
CIE-Lab75.229512.8711-20.5206

#bfb3df color RGB value is (191,179,223).

#bfb3df hex color red value is 191, green value is 179 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bfb3df hue: 0.71 , saturation: 0.41 and the lightness value of bfb3df is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 11011111
Octal 277 263 337
Decimal 191 179 223
Hex BF B3 DF

RGB Percentages of Color #bfb3df

%32.21
%30.19
%37.61

CMYK Percentages of Color #bfb3df

%14
%20
%0
%13

Triadic Colors of #bfb3df

#bfb3df #dfbfb3 #b3dfbf

Analogous Colors of #bfb3df

#bfb3df #d5b3df #b3bddf

Monochromatic Colors of #bfb3df

#bfb3df

Complementary Color

#bfb3df #d3dfb3

#bfb3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb3df Color CSS Codes

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

#bfb3df Text Font Color

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

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


#bfb3df Background Color

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

This div background color is #bfb3df


#bfb3df Border Color

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

This div border color is #bfb3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb3df

#bfb3df Color Palettes


Comments

No comments written yet.

Please login to write comment.