Color Hex Logo

#bfb3dc Color Hex

#BFB3DC
(191,179,220)
0 Favorites   0 Comments

Color spaces of #bfb3dc

RGB 191179220
HSL0.720.370.78
HSV258°19°86°
CMYK 0.130.190.00   0.14
XYZ50.524248.483974.4056
Yxy48.48390.29140.2796
Hunter Lab69.63047.6674-14.6148
CIE-Lab75.129112.2350-19.0427

#bfb3dc color RGB value is (191,179,220).

#bfb3dc hex color red value is 191, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfb3dc hue: 0.72 , saturation: 0.37 and the lightness value of bfb3dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 11011100
Octal 277 263 334
Decimal 191 179 220
Hex BF B3 DC

RGB Percentages of Color #bfb3dc

%32.37
%30.34
%37.29

CMYK Percentages of Color #bfb3dc

%13
%19
%0
%14

Triadic Colors of #bfb3dc

#bfb3dc #dcbfb3 #b3dcbf

Analogous Colors of #bfb3dc

#bfb3dc #d4b3dc #b3bcdc

Monochromatic Colors of #bfb3dc

#bfb3dc

Complementary Color

#bfb3dc #d0dcb3

#bfb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb3dc Color CSS Codes

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

#bfb3dc Text Font Color

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

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


#bfb3dc Background Color

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

This div background color is #bfb3dc


#bfb3dc Border Color

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

This div border color is #bfb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb3dc

#bfb3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.