Color Hex Logo

#bba7ff Color Hex

#BBA7FF
(187,167,255)
0 Favorites   0 Comments

Color spaces of #bba7ff

RGB 187167255
HSL0.701.000.83
HSV254°35°100°
CMYK 0.270.350.00   0.00
XYZ52.362245.4222100.6153
Yxy45.42220.26390.2289
Hunter Lab67.396020.7396-41.3367
CIE-Lab73.169025.5368-41.0643

#bba7ff color RGB value is (187,167,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11111111
Octal 273 247 377
Decimal 187 167 255
Hex BB A7 FF

RGB Percentages of Color #bba7ff

%30.71
%27.42
%41.87

CMYK Percentages of Color #bba7ff

%27
%35
%0
%0

Triadic Colors of #bba7ff

#bba7ff #ffbba7 #a7ffbb

Analogous Colors of #bba7ff

#bba7ff #e7a7ff #a7bfff

Monochromatic Colors of #bba7ff

#bba7ff

Complementary Color

#bba7ff #ebffa7

#bba7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7ff Color CSS Codes

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

#bba7ff Text Font Color

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

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


#bba7ff Background Color

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

This div background color is #bba7ff


#bba7ff Border Color

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

This div border color is #bba7ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,167,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 #bba7ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7ff

#bba7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.