Color Hex Logo

#bfabd7 Color Hex

#BFABD7
(191,171,215)
0 Favorites   0 Comments

Color spaces of #bfabd7

RGB 191171215
HSL0.740.350.76
HSV267°20°84°
CMYK 0.110.200.00   0.16
XYZ48.314545.108570.4503
Yxy45.10850.29480.2753
Hunter Lab67.162910.8713-15.1781
CIE-Lab72.963315.5775-19.5984

#bfabd7 color RGB value is (191,171,215).

#bfabd7 hex color red value is 191, green value is 171 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bfabd7 hue: 0.74 , saturation: 0.35 and the lightness value of bfabd7 is 0.76.

The process color (four color CMYK) of #bfabd7 color hex is 0.11, 0.20, 0.00, 0.16. Web safe color of #bfabd7 is #cc99cc. Color #bfabd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11010111
Octal 277 253 327
Decimal 191 171 215
Hex BF AB D7

RGB Percentages of Color #bfabd7

%33.10
%29.64
%37.26

CMYK Percentages of Color #bfabd7

%11
%20
%0
%16

Triadic Colors of #bfabd7

#bfabd7 #d7bfab #abd7bf

Analogous Colors of #bfabd7

#bfabd7 #d5abd7 #abadd7

Monochromatic Colors of #bfabd7

#bfabd7

Complementary Color

#bfabd7 #c3d7ab

#bfabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabd7 Color CSS Codes

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

#bfabd7 Text Font Color

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

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


#bfabd7 Background Color

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

This div background color is #bfabd7


#bfabd7 Border Color

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

This div border color is #bfabd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,171,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfabd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabd7


Comments

No comments written yet.

Please login to write comment.