Color Hex Logo

#bba0fc Color Hex

#BBA0FC
(187,160,252)
0 Favorites   0 Comments

Color spaces of #bba0fc

RGB 187160252
HSL0.720.940.81
HSV258°37°99°
CMYK 0.260.370.00   0.01
XYZ50.635042.734797.6753
Yxy42.73470.26500.2237
Hunter Lab65.371823.8601-42.8280
CIE-Lab71.374528.7144-42.2421

#bba0fc color RGB value is (187,160,252).

#bba0fc hex color red value is 187, green value is 160 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bba0fc hue: 0.72 , saturation: 0.94 and the lightness value of bba0fc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 11111100
Octal 273 240 374
Decimal 187 160 252
Hex BB A0 FC

RGB Percentages of Color #bba0fc

%31.22
%26.71
%42.07

CMYK Percentages of Color #bba0fc

%26
%37
%0
%1

Triadic Colors of #bba0fc

#bba0fc #fcbba0 #a0fcbb

Analogous Colors of #bba0fc

#bba0fc #e9a0fc #a0b3fc

Monochromatic Colors of #bba0fc

#bba0fc

Complementary Color

#bba0fc #e1fca0

#bba0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0fc Color CSS Codes

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

#bba0fc Text Font Color

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

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


#bba0fc Background Color

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

This div background color is #bba0fc


#bba0fc Border Color

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

This div border color is #bba0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0fc

Related Colors


Comments

No comments written yet.

Please login to write comment.