Color Hex Logo

#bfa5fb Color Hex

#BFA5FB
(191,165,251)
0 Favorites   0 Comments

Color spaces of #bfa5fb

RGB 191165251
HSL0.720.910.82
HSV258°34°98°
CMYK 0.240.340.00   0.02
XYZ52.353644.951797.1840
Yxy44.95170.26920.2311
Hunter Lab67.046022.0531-39.0093
CIE-Lab72.860126.8460-39.3569

#bfa5fb color RGB value is (191,165,251).

#bfa5fb hex color red value is 191, green value is 165 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfa5fb hue: 0.72 , saturation: 0.91 and the lightness value of bfa5fb is 0.82.

The process color (four color CMYK) of #bfa5fb color hex is 0.24, 0.34, 0.00, 0.02. Web safe color of #bfa5fb is #cc99ff. Color #bfa5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 11111011
Octal 277 245 373
Decimal 191 165 251
Hex BF A5 FB

RGB Percentages of Color #bfa5fb

%31.47
%27.18
%41.35

CMYK Percentages of Color #bfa5fb

%24
%34
%0
%2

Triadic Colors of #bfa5fb

#bfa5fb #fbbfa5 #a5fbbf

Analogous Colors of #bfa5fb

#bfa5fb #eaa5fb #a5b6fb

Monochromatic Colors of #bfa5fb

#bfa5fb

Complementary Color

#bfa5fb #e1fba5

#bfa5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa5fb Color CSS Codes

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

#bfa5fb Text Font Color

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

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


#bfa5fb Background Color

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

This div background color is #bfa5fb


#bfa5fb Border Color

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

This div border color is #bfa5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa5fb


Comments

No comments written yet.

Please login to write comment.