Color Hex Logo

#bfb1dc Color Hex

#BFB1DC
(191,177,220)
0 Favorites   0 Comments

Color spaces of #bfb1dc

RGB 191177220
HSL0.720.380.78
HSV260°20°86°
CMYK 0.130.200.00   0.14
XYZ50.126347.688074.2729
Yxy47.68800.29130.2771
Hunter Lab69.05658.7196-15.4291
CIE-Lab74.627713.3302-19.8024

#bfb1dc color RGB value is (191,177,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 11011100
Octal 277 261 334
Decimal 191 177 220
Hex BF B1 DC

RGB Percentages of Color #bfb1dc

%32.48
%30.10
%37.41

CMYK Percentages of Color #bfb1dc

%13
%20
%0
%14

Triadic Colors of #bfb1dc

#bfb1dc #dcbfb1 #b1dcbf

Analogous Colors of #bfb1dc

#bfb1dc #d5b1dc #b1b9dc

Monochromatic Colors of #bfb1dc

#bfb1dc

Complementary Color

#bfb1dc #cedcb1

#bfb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb1dc Color CSS Codes

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

#bfb1dc Text Font Color

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

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


#bfb1dc Background Color

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

This div background color is #bfb1dc


#bfb1dc Border Color

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

This div border color is #bfb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb1dc


Comments

No comments written yet.

Please login to write comment.