Color Hex Logo

#bfb4df Color Hex

#BFB4DF
(191,180,223)
0 Favorites   0 Comments

Color spaces of #bfb4df

RGB 191180223
HSL0.710.400.79
HSV255°19°87°
CMYK 0.140.190.00   0.13
XYZ51.126449.046676.5843
Yxy49.04660.28920.2775
Hunter Lab70.03337.7521-15.8128
CIE-Lab75.480312.3241-20.1401

#bfb4df color RGB value is (191,180,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 11011111
Octal 277 264 337
Decimal 191 180 223
Hex BF B4 DF

RGB Percentages of Color #bfb4df

%32.15
%30.30
%37.54

CMYK Percentages of Color #bfb4df

%14
%19
%0
%13

Triadic Colors of #bfb4df

#bfb4df #dfbfb4 #b4dfbf

Analogous Colors of #bfb4df

#bfb4df #d5b4df #b4bfdf

Monochromatic Colors of #bfb4df

#bfb4df

Complementary Color

#bfb4df #d4dfb4

#bfb4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb4df Color CSS Codes

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

#bfb4df Text Font Color

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

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


#bfb4df Background Color

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

This div background color is #bfb4df


#bfb4df Border Color

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

This div border color is #bfb4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb4df


Comments

No comments written yet.

Please login to write comment.