Color Hex Logo

#bfb4dd Color Hex

#BFB4DD
(191,180,221)
0 Favorites   0 Comments

Color spaces of #bfb4dd

RGB 191180221
HSL0.710.380.79
HSV256°19°87°
CMYK 0.140.190.00   0.13
XYZ50.858348.939375.1723
Yxy48.93930.29070.2797
Hunter Lab69.95667.3450-14.7408
CIE-Lab75.413511.8998-19.1553

#bfb4dd color RGB value is (191,180,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 11011101
Octal 277 264 335
Decimal 191 180 221
Hex BF B4 DD

RGB Percentages of Color #bfb4dd

%32.26
%30.41
%37.33

CMYK Percentages of Color #bfb4dd

%14
%19
%0
%13

Triadic Colors of #bfb4dd

#bfb4dd #ddbfb4 #b4ddbf

Analogous Colors of #bfb4dd

#bfb4dd #d4b4dd #b4bedd

Monochromatic Colors of #bfb4dd

#bfb4dd

Complementary Color

#bfb4dd #d2ddb4

#bfb4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb4dd Color CSS Codes

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

#bfb4dd Text Font Color

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

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


#bfb4dd Background Color

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

This div background color is #bfb4dd


#bfb4dd Border Color

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

This div border color is #bfb4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb4dd


Comments

No comments written yet.

Please login to write comment.