color codes Logo

#bba5fb color codes

#BBA5FB
(187,165,251)
0 Favorites   0 Comments

Color spaces of #bba5fb

RGB 187165251
HSL0.710.910.82
HSV255°34°98°
CMYK 0.250.340.00   0.02
XYZ51.361244.440197.1376
Yxy44.44010.26620.2303
Hunter Lab66.663420.8654-39.7292
CIE-Lab72.521725.6984-39.9097

#bba5fb color RGB value is (187,165,251).

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

The process color (four color CMYK) of #bba5fb color code is 0.25, 0.34, 0.00, 0.02. Web safe color of #bba5fb is #cc99ff. Color #bba5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 11111011
Octal 273 245 373
Decimal 187 165 251
Hex BB A5 FB

RGB Percentages of Color #bba5fb

%31.01
%27.36
%41.63

CMYK Percentages of Color #bba5fb

%25
%34
%0
%2

Triadic Colors of #bba5fb

#bba5fb #fbbba5 #a5fbbb

Analogous Colors of #bba5fb

#bba5fb #e6a5fb #a5bafb

Monochromatic Colors of #bba5fb

#bba5fb

Complementary Color

#bba5fb #e5fba5

#bba5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba5fb Color CSS Codes

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

#bba5fb Text Font Color

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

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


#bba5fb Background Color

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

This div background color is #bba5fb


#bba5fb Border Color

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

This div border color is #bba5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba5fb


Comments

No comments written yet.

Please login to write comment.