Color Hex Logo

#bfa5de Color Hex

#BFA5DE
(191,165,222)
0 Favorites   0 Comments

Color spaces of #bfa5de

RGB 191165222
HSL0.740.460.76
HSV267°26°87°
CMYK 0.140.260.00   0.13
XYZ48.125843.260674.9209
Yxy43.26060.28940.2601
Hunter Lab65.772815.5057-21.4955
CIE-Lab71.731520.3668-25.3064

#bfa5de color RGB value is (191,165,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 11011110
Octal 277 245 336
Decimal 191 165 222
Hex BF A5 DE

RGB Percentages of Color #bfa5de

%33.04
%28.55
%38.41

CMYK Percentages of Color #bfa5de

%14
%26
%0
%13

Triadic Colors of #bfa5de

#bfa5de #debfa5 #a5debf

Analogous Colors of #bfa5de

#bfa5de #dca5de #a5a8de

Monochromatic Colors of #bfa5de

#bfa5de

Complementary Color

#bfa5de #c4dea5

#bfa5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa5de Color CSS Codes

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

#bfa5de Text Font Color

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

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


#bfa5de Background Color

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

This div background color is #bfa5de


#bfa5de Border Color

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

This div border color is #bfa5de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,165,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 #bfa5de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa5de


Comments

No comments written yet.

Please login to write comment.