Color Hex Logo

#bfabd3 Color Hex

#BFABD3
(191,171,211)
0 Favorites   0 Comments

Color spaces of #bfabd3

RGB 191171211
HSL0.750.310.75
HSV270°19°83°
CMYK 0.090.190.00   0.17
XYZ47.806644.905367.7759
Yxy44.90530.29790.2798
Hunter Lab67.011410.0737-13.0584
CIE-Lab72.829514.7510-17.6118

#bfabd3 color RGB value is (191,171,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11010011
Octal 277 253 323
Decimal 191 171 211
Hex BF AB D3

RGB Percentages of Color #bfabd3

%33.33
%29.84
%36.82

CMYK Percentages of Color #bfabd3

%9
%19
%0
%17

Triadic Colors of #bfabd3

#bfabd3 #d3bfab #abd3bf

Analogous Colors of #bfabd3

#bfabd3 #d3abd3 #ababd3

Monochromatic Colors of #bfabd3

#bfabd3

Complementary Color

#bfabd3 #bfd3ab

#bfabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabd3 Color CSS Codes

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

#bfabd3 Text Font Color

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

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


#bfabd3 Background Color

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

This div background color is #bfabd3


#bfabd3 Border Color

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

This div border color is #bfabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabd3


Comments

No comments written yet.

Please login to write comment.