Color Hex Logo

#bba5eb Color Hex

#BBA5EB
(187,165,235)
0 Favorites   0 Comments

Color spaces of #bba5eb

RGB 187165235
HSL0.720.640.78
HSV259°30°92°
CMYK 0.200.300.00   0.08
XYZ48.944043.473284.4088
Yxy43.47320.27680.2459
Hunter Lab65.934217.1185-29.7490
CIE-Lab71.875021.9941-32.2182

#bba5eb color RGB value is (187,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 11101011
Octal 273 245 353
Decimal 187 165 235
Hex BB A5 EB

RGB Percentages of Color #bba5eb

%31.86
%28.11
%40.03

CMYK Percentages of Color #bba5eb

%20
%30
%0
%8

Triadic Colors of #bba5eb

#bba5eb #ebbba5 #a5ebbb

Analogous Colors of #bba5eb

#bba5eb #dea5eb #a5b2eb

Monochromatic Colors of #bba5eb

#bba5eb

Complementary Color

#bba5eb #d5eba5

#bba5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba5eb Color CSS Codes

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

#bba5eb Text Font Color

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

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


#bba5eb Background Color

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

This div background color is #bba5eb


#bba5eb Border Color

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

This div border color is #bba5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba5eb


Comments

No comments written yet.

Please login to write comment.