Color Hex Logo

#bfa6de Color Hex

#BFA6DE
(191,166,222)
0 Favorites   0 Comments

Color spaces of #bfa6de

RGB 191166222
HSL0.740.460.76
HSV267°25°87°
CMYK 0.140.250.00   0.13
XYZ48.306943.622774.9812
Yxy43.62270.28940.2614
Hunter Lab66.047514.9712-21.0764
CIE-Lab71.975619.8139-24.9329

#bfa6de color RGB value is (191,166,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 11011110
Octal 277 246 336
Decimal 191 166 222
Hex BF A6 DE

RGB Percentages of Color #bfa6de

%32.99
%28.67
%38.34

CMYK Percentages of Color #bfa6de

%14
%25
%0
%13

Triadic Colors of #bfa6de

#bfa6de #debfa6 #a6debf

Analogous Colors of #bfa6de

#bfa6de #dba6de #a6a9de

Monochromatic Colors of #bfa6de

#bfa6de

Complementary Color

#bfa6de #c5dea6

#bfa6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa6de Color CSS Codes

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

#bfa6de Text Font Color

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

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


#bfa6de Background Color

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

This div background color is #bfa6de


#bfa6de Border Color

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

This div border color is #bfa6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa6de


Comments

No comments written yet.

Please login to write comment.