Color Hex Logo

#bfbadb Color Hex

#BFBADB
(191,186,219)
0 Favorites   0 Comments

Color spaces of #bfbadb

RGB 191186219
HSL0.690.310.79
HSV249°15°86°
CMYK 0.130.150.00   0.14
XYZ51.830951.308774.1896
Yxy51.30870.29230.2893
Hunter Lab71.63013.8084-11.2675
CIE-Lab76.86568.2122-15.8781

#bfbadb color RGB value is (191,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11011011
Octal 277 272 333
Decimal 191 186 219
Hex BF BA DB

RGB Percentages of Color #bfbadb

%32.05
%31.21
%36.74

CMYK Percentages of Color #bfbadb

%13
%15
%0
%14

Triadic Colors of #bfbadb

#bfbadb #dbbfba #badbbf

Analogous Colors of #bfbadb

#bfbadb #d0badb #bac6db

Monochromatic Colors of #bfbadb

#bfbadb

Complementary Color

#bfbadb #d6dbba

#bfbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbadb Color CSS Codes

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

#bfbadb Text Font Color

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

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


#bfbadb Background Color

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

This div background color is #bfbadb


#bfbadb Border Color

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

This div border color is #bfbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbadb


Comments

No comments written yet.

Please login to write comment.