Color Hex Logo

#bba8fe Color Hex

#BBA8FE
(187,168,254)
0 Favorites   0 Comments

Color spaces of #bba8fe

RGB 187168254
HSL0.700.980.83
HSV253°34°100°
CMYK 0.260.340.00   0.00
XYZ52.385545.725899.8309
Yxy45.72580.26470.2310
Hunter Lab67.620919.9465-40.1972
CIE-Lab73.367324.7432-40.2150

#bba8fe color RGB value is (187,168,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11111110
Octal 273 250 376
Decimal 187 168 254
Hex BB A8 FE

RGB Percentages of Color #bba8fe

%30.71
%27.59
%41.71

CMYK Percentages of Color #bba8fe

%26
%34
%0
%0

Triadic Colors of #bba8fe

#bba8fe #febba8 #a8febb

Analogous Colors of #bba8fe

#bba8fe #e6a8fe #a8c0fe

Monochromatic Colors of #bba8fe

#bba8fe

Complementary Color

#bba8fe #ebfea8

#bba8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8fe Color CSS Codes

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

#bba8fe Text Font Color

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

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


#bba8fe Background Color

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

This div background color is #bba8fe


#bba8fe Border Color

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

This div border color is #bba8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.