Color Hex Logo

#bfafcb Color Hex

#BFAFCB
(191,175,203)
0 Favorites   0 Comments

Color spaces of #bfafcb

RGB 191175203
HSL0.760.210.74
HSV274°14°80°
CMYK 0.060.140.00   0.20
XYZ47.595346.048162.8795
Yxy46.04810.30410.2942
Hunter Lab67.85886.4449-7.4384
CIE-Lab73.576710.9434-12.1080

#bfafcb color RGB value is (191,175,203).

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

The process color (four color CMYK) of #bfafcb color hex is 0.06, 0.14, 0.00, 0.20. Web safe color of #bfafcb is #cc99cc. Color #bfafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11001011
Octal 277 257 313
Decimal 191 175 203
Hex BF AF CB

RGB Percentages of Color #bfafcb

%33.57
%30.76
%35.68

CMYK Percentages of Color #bfafcb

%6
%14
%0
%20

Triadic Colors of #bfafcb

#bfafcb #cbbfaf #afcbbf

Analogous Colors of #bfafcb

#bfafcb #cbafc9 #b1afcb

Monochromatic Colors of #bfafcb

#bfafcb

Complementary Color

#bfafcb #bbcbaf

#bfafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfafcb Color CSS Codes

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

#bfafcb Text Font Color

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

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


#bfafcb Background Color

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

This div background color is #bfafcb


#bfafcb Border Color

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

This div border color is #bfafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfafcb


Comments

No comments written yet.

Please login to write comment.