Color Hex Logo

#bfb5dd Color Hex

#BFB5DD
(191,181,221)
0 Favorites   0 Comments

Color spaces of #bfb5dd

RGB 191181221
HSL0.710.370.79
HSV255°18°87°
CMYK 0.140.180.00   0.13
XYZ51.060949.344675.2399
Yxy49.34460.29070.2809
Hunter Lab70.24576.8199-14.3333
CIE-Lab75.665211.3534-18.7744

#bfb5dd color RGB value is (191,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 11011101
Octal 277 265 335
Decimal 191 181 221
Hex BF B5 DD

RGB Percentages of Color #bfb5dd

%32.21
%30.52
%37.27

CMYK Percentages of Color #bfb5dd

%14
%18
%0
%13

Triadic Colors of #bfb5dd

#bfb5dd #ddbfb5 #b5ddbf

Analogous Colors of #bfb5dd

#bfb5dd #d3b5dd #b5bfdd

Monochromatic Colors of #bfb5dd

#bfb5dd

Complementary Color

#bfb5dd #d3ddb5

#bfb5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb5dd Color CSS Codes

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

#bfb5dd Text Font Color

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

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


#bfb5dd Background Color

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

This div background color is #bfb5dd


#bfb5dd Border Color

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

This div border color is #bfb5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb5dd


Comments

No comments written yet.

Please login to write comment.