Color Hex Logo

#bba7eb Color Hex

#BBA7EB
(187,167,235)
0 Favorites   0 Comments

Color spaces of #bba7eb

RGB 187167235
HSL0.720.630.79
HSV258°29°92°
CMYK 0.200.290.00   0.08
XYZ49.307644.200484.5300
Yxy44.20040.27690.2483
Hunter Lab66.483416.0391-28.8456
CIE-Lab72.362220.8838-31.4660

#bba7eb color RGB value is (187,167,235).

#bba7eb hex color red value is 187, green value is 167 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bba7eb hue: 0.72 , saturation: 0.63 and the lightness value of bba7eb is 0.79.

The process color (four color CMYK) of #bba7eb color hex is 0.20, 0.29, 0.00, 0.08. Web safe color of #bba7eb is #cc99ff. Color #bba7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11101011
Octal 273 247 353
Decimal 187 167 235
Hex BB A7 EB

RGB Percentages of Color #bba7eb

%31.75
%28.35
%39.90

CMYK Percentages of Color #bba7eb

%20
%29
%0
%8

Triadic Colors of #bba7eb

#bba7eb #ebbba7 #a7ebbb

Analogous Colors of #bba7eb

#bba7eb #dda7eb #a7b5eb

Monochromatic Colors of #bba7eb

#bba7eb

Complementary Color

#bba7eb #d7eba7

#bba7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7eb Color CSS Codes

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

#bba7eb Text Font Color

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

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


#bba7eb Background Color

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

This div background color is #bba7eb


#bba7eb Border Color

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

This div border color is #bba7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7eb


Comments

No comments written yet.

Please login to write comment.