Color Hex Logo

#bfabdd Color Hex

#BFABDD
(191,171,221)
0 Favorites   0 Comments

Color spaces of #bfabdd

RGB 191171221
HSL0.730.420.77
HSV264°23°87°
CMYK 0.140.230.00   0.13
XYZ49.099945.422674.5862
Yxy45.42260.29030.2686
Hunter Lab67.396312.0982-18.4377
CIE-Lab73.169316.8402-22.5641

#bfabdd color RGB value is (191,171,221).

#bfabdd hex color red value is 191, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfabdd hue: 0.73 , saturation: 0.42 and the lightness value of bfabdd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11011101
Octal 277 253 335
Decimal 191 171 221
Hex BF AB DD

RGB Percentages of Color #bfabdd

%32.76
%29.33
%37.91

CMYK Percentages of Color #bfabdd

%14
%23
%0
%13

Triadic Colors of #bfabdd

#bfabdd #ddbfab #abddbf

Analogous Colors of #bfabdd

#bfabdd #d8abdd #abb0dd

Monochromatic Colors of #bfabdd

#bfabdd

Complementary Color

#bfabdd #c9ddab

#bfabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabdd Color CSS Codes

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

#bfabdd Text Font Color

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

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


#bfabdd Background Color

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

This div background color is #bfabdd


#bfabdd Border Color

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

This div border color is #bfabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabdd


Comments

No comments written yet.

Please login to write comment.