Color Hex Logo

#bfabd4 Color Hex

#BFABD4
(191,171,212)
0 Favorites   0 Comments

Color spaces of #bfabd4

RGB 191171212
HSL0.750.320.75
HSV269°19°83°
CMYK 0.100.190.00   0.17
XYZ47.932444.955768.4384
Yxy44.95570.29710.2787
Hunter Lab67.049010.2714-13.5843
CIE-Lab72.862714.9563-18.1092

#bfabd4 color RGB value is (191,171,212).

#bfabd4 hex color red value is 191, green value is 171 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bfabd4 hue: 0.75 , saturation: 0.32 and the lightness value of bfabd4 is 0.75.

The process color (four color CMYK) of #bfabd4 color hex is 0.10, 0.19, 0.00, 0.17. Web safe color of #bfabd4 is #cc99cc. Color #bfabd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11010100
Octal 277 253 324
Decimal 191 171 212
Hex BF AB D4

RGB Percentages of Color #bfabd4

%33.28
%29.79
%36.93

CMYK Percentages of Color #bfabd4

%10
%19
%0
%17

Triadic Colors of #bfabd4

#bfabd4 #d4bfab #abd4bf

Analogous Colors of #bfabd4

#bfabd4 #d4abd4 #abacd4

Monochromatic Colors of #bfabd4

#bfabd4

Complementary Color

#bfabd4 #c0d4ab

#bfabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabd4 Color CSS Codes

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

#bfabd4 Text Font Color

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

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


#bfabd4 Background Color

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

This div background color is #bfabd4


#bfabd4 Border Color

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

This div border color is #bfabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabd4


Comments

No comments written yet.

Please login to write comment.