Color Hex Logo

#bba4ff Color Hex

#BBA4FF
(187,164,255)
0 Favorites   0 Comments

Color spaces of #bba4ff

RGB 187164255
HSL0.711.000.82
HSV255°36°100°
CMYK 0.270.360.00   0.00
XYZ51.819044.3357100.4342
Yxy44.33570.26360.2255
Hunter Lab66.585122.3916-42.8211
CIE-Lab72.452327.2038-42.1831

#bba4ff color RGB value is (187,164,255).

#bba4ff hex color red value is 187, green value is 164 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bba4ff hue: 0.71 , saturation: 1.00 and the lightness value of bba4ff is 0.82.

The process color (four color CMYK) of #bba4ff color hex is 0.27, 0.36, 0.00, 0.00. Web safe color of #bba4ff is #cc99ff. Color #bba4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 11111111
Octal 273 244 377
Decimal 187 164 255
Hex BB A4 FF

RGB Percentages of Color #bba4ff

%30.86
%27.06
%42.08

CMYK Percentages of Color #bba4ff

%27
%36
%0
%0

Triadic Colors of #bba4ff

#bba4ff #ffbba4 #a4ffbb

Analogous Colors of #bba4ff

#bba4ff #e9a4ff #a4bbff

Monochromatic Colors of #bba4ff

#bba4ff

Complementary Color

#bba4ff #e8ffa4

#bba4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba4ff Color CSS Codes

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

#bba4ff Text Font Color

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

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


#bba4ff Background Color

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

This div background color is #bba4ff


#bba4ff Border Color

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

This div border color is #bba4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba4ff


Comments

No comments written yet.

Please login to write comment.