Color Hex Logo

#bfafdd Color Hex

#BFAFDD
(191,175,221)
3 Favorites   0 Comments

Color spaces of #bfafdd

RGB 191175221
HSL0.720.400.78
HSV261°21°87°
CMYK 0.140.210.00   0.13
XYZ49.867046.956874.8419
Yxy46.95680.29050.2735
Hunter Lab68.52509.9791-16.7880
CIE-Lab74.162114.6392-21.0536

#bfafdd color RGB value is (191,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11011101
Octal 277 257 335
Decimal 191 175 221
Hex BF AF DD

RGB Percentages of Color #bfafdd

%32.54
%29.81
%37.65

CMYK Percentages of Color #bfafdd

%14
%21
%0
%13

Triadic Colors of #bfafdd

#bfafdd #ddbfaf #afddbf

Analogous Colors of #bfafdd

#bfafdd #d6afdd #afb6dd

Monochromatic Colors of #bfafdd

#bfafdd

Complementary Color

#bfafdd #cdddaf

#bfafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfafdd Color CSS Codes

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

#bfafdd Text Font Color

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

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


#bfafdd Background Color

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

This div background color is #bfafdd


#bfafdd Border Color

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

This div border color is #bfafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfafdd

#bfafdd Color Palettes


Comments

No comments written yet.

Please login to write comment.