Color Hex Logo

#bbbaf7 Color Hex

#BBBAF7
(187,186,247)
0 Favorites   0 Comments

Color spaces of #bbbaf7

RGB 187186247
HSL0.670.790.85
HSV241°25°97°
CMYK 0.240.250.00   0.03
XYZ54.840952.398095.2191
Yxy52.39800.27090.2588
Hunter Lab72.38658.5575-27.3211
CIE-Lab77.518213.1585-30.0190

#bbbaf7 color RGB value is (187,186,247).

#bbbaf7 hex color red value is 187, green value is 186 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bbbaf7 hue: 0.67 , saturation: 0.79 and the lightness value of bbbaf7 is 0.85.

The process color (four color CMYK) of #bbbaf7 color hex is 0.24, 0.25, 0.00, 0.03. Web safe color of #bbbaf7 is #ccccff. Color #bbbaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11110111
Octal 273 272 367
Decimal 187 186 247
Hex BB BA F7

RGB Percentages of Color #bbbaf7

%30.16
%30.00
%39.84

CMYK Percentages of Color #bbbaf7

%24
%25
%0
%3

Triadic Colors of #bbbaf7

#bbbaf7 #f7bbba #baf7bb

Analogous Colors of #bbbaf7

#bbbaf7 #dabaf7 #bad8f7

Monochromatic Colors of #bbbaf7

#bbbaf7

Complementary Color

#bbbaf7 #f6f7ba

#bbbaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaf7 Color CSS Codes

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

#bbbaf7 Text Font Color

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

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


#bbbaf7 Background Color

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

This div background color is #bbbaf7


#bbbaf7 Border Color

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

This div border color is #bbbaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaf7


Comments

No comments written yet.

Please login to write comment.