Color Hex Logo

#bfb2dd Color Hex

#BFB2DD
(191,178,221)
0 Favorites   0 Comments

Color spaces of #bfb2dd

RGB 191178221
HSL0.720.390.78
HSV258°19°87°
CMYK 0.140.190.00   0.13
XYZ50.457448.137675.0387
Yxy48.13760.29060.2772
Hunter Lab69.38138.3966-15.5577
CIE-Lab74.911612.9939-19.9159

#bfb2dd color RGB value is (191,178,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 11011101
Octal 277 262 335
Decimal 191 178 221
Hex BF B2 DD

RGB Percentages of Color #bfb2dd

%32.37
%30.17
%37.46

CMYK Percentages of Color #bfb2dd

%14
%19
%0
%13

Triadic Colors of #bfb2dd

#bfb2dd #ddbfb2 #b2ddbf

Analogous Colors of #bfb2dd

#bfb2dd #d5b2dd #b2bbdd

Monochromatic Colors of #bfb2dd

#bfb2dd

Complementary Color

#bfb2dd #d0ddb2

#bfb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb2dd Color CSS Codes

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

#bfb2dd Text Font Color

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

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


#bfb2dd Background Color

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

This div background color is #bfb2dd


#bfb2dd Border Color

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

This div border color is #bfb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb2dd


Comments

No comments written yet.

Please login to write comment.