Color Hex Logo

#bfb0dd Color Hex

#BFB0DD
(191,176,221)
0 Favorites   0 Comments

Color spaces of #bfb0dd

RGB 191176221
HSL0.720.400.78
HSV260°20°87°
CMYK 0.140.200.00   0.13
XYZ50.062347.347574.9070
Yxy47.34750.29050.2748
Hunter Lab68.80959.4508-16.3773
CIE-Lab74.411514.0901-20.6748

#bfb0dd color RGB value is (191,176,221).

#bfb0dd hex color red value is 191, green value is 176 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfb0dd hue: 0.72 , saturation: 0.40 and the lightness value of bfb0dd is 0.78.

The process color (four color CMYK) of #bfb0dd color hex is 0.14, 0.20, 0.00, 0.13. Web safe color of #bfb0dd is #cc99cc. Color #bfb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 11011101
Octal 277 260 335
Decimal 191 176 221
Hex BF B0 DD

RGB Percentages of Color #bfb0dd

%32.48
%29.93
%37.59

CMYK Percentages of Color #bfb0dd

%14
%20
%0
%13

Triadic Colors of #bfb0dd

#bfb0dd #ddbfb0 #b0ddbf

Analogous Colors of #bfb0dd

#bfb0dd #d6b0dd #b0b8dd

Monochromatic Colors of #bfb0dd

#bfb0dd

Complementary Color

#bfb0dd #ceddb0

#bfb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb0dd Color CSS Codes

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

#bfb0dd Text Font Color

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

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


#bfb0dd Background Color

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

This div background color is #bfb0dd


#bfb0dd Border Color

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

This div border color is #bfb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb0dd


Comments

No comments written yet.

Please login to write comment.