Color Hex Logo

#bba9fd Color Hex

#BBA9FD
(187,169,253)
0 Favorites   0 Comments

Color spaces of #bba9fd

RGB 187169253
HSL0.700.950.83
HSV253°33°99°
CMYK 0.260.330.00   0.01
XYZ52.411146.032699.0513
Yxy46.03260.26540.2331
Hunter Lab67.847319.1559-39.0652
CIE-Lab73.566723.9503-39.3641

#bba9fd color RGB value is (187,169,253).

#bba9fd hex color red value is 187, green value is 169 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bba9fd hue: 0.70 , saturation: 0.95 and the lightness value of bba9fd is 0.83.

The process color (four color CMYK) of #bba9fd color hex is 0.26, 0.33, 0.00, 0.01. Web safe color of #bba9fd is #cc99ff. Color #bba9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 11111101
Octal 273 251 375
Decimal 187 169 253
Hex BB A9 FD

RGB Percentages of Color #bba9fd

%30.71
%27.75
%41.54

CMYK Percentages of Color #bba9fd

%26
%33
%0
%1

Triadic Colors of #bba9fd

#bba9fd #fdbba9 #a9fdbb

Analogous Colors of #bba9fd

#bba9fd #e5a9fd #a9c1fd

Monochromatic Colors of #bba9fd

#bba9fd

Complementary Color

#bba9fd #ebfda9

#bba9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba9fd Color CSS Codes

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

#bba9fd Text Font Color

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

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


#bba9fd Background Color

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

This div background color is #bba9fd


#bba9fd Border Color

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

This div border color is #bba9fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,169,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba9fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba9fd;
  -webkit-box-shadow: 1px 1px 3px 2px #bba9fd;
  box-shadow:         1px 1px 3px 2px #bba9fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,169,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.