Color Hex Logo

#bfb8df Color Hex

#BFB8DF
(191,184,223)
0 Favorites   0 Comments

Color spaces of #bfb8df

RGB 191184223
HSL0.700.380.80
HSV251°17°87°
CMYK 0.140.170.00   0.13
XYZ51.945650.685176.8574
Yxy50.68510.28940.2824
Hunter Lab71.19355.6522-14.1715
CIE-Lab76.487910.1415-18.6141

#bfb8df color RGB value is (191,184,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 11011111
Octal 277 270 337
Decimal 191 184 223
Hex BF B8 DF

RGB Percentages of Color #bfb8df

%31.94
%30.77
%37.29

CMYK Percentages of Color #bfb8df

%14
%17
%0
%13

Triadic Colors of #bfb8df

#bfb8df #dfbfb8 #b8dfbf

Analogous Colors of #bfb8df

#bfb8df #d3b8df #b8c5df

Monochromatic Colors of #bfb8df

#bfb8df

Complementary Color

#bfb8df #d8dfb8

#bfb8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb8df Color CSS Codes

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

#bfb8df Text Font Color

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

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


#bfb8df Background Color

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

This div background color is #bfb8df


#bfb8df Border Color

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

This div border color is #bfb8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb8df


Comments

No comments written yet.

Please login to write comment.