Color Hex Logo

#bbacfe Color Hex

#BBACFE
(187,172,254)
0 Favorites   0 Comments

Color spaces of #bbacfe

RGB 187172254
HSL0.700.980.84
HSV251°32°100°
CMYK 0.260.320.00   0.00
XYZ53.135447.2256100.0808
Yxy47.22560.26510.2356
Hunter Lab68.720917.7557-38.2416
CIE-Lab74.333822.5237-38.7105

#bbacfe color RGB value is (187,172,254).

#bbacfe hex color red value is 187, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbacfe hue: 0.70 , saturation: 0.98 and the lightness value of bbacfe is 0.84.

The process color (four color CMYK) of #bbacfe color hex is 0.26, 0.32, 0.00, 0.00. Web safe color of #bbacfe is #cc99ff. Color #bbacfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11111110
Octal 273 254 376
Decimal 187 172 254
Hex BB AC FE

RGB Percentages of Color #bbacfe

%30.51
%28.06
%41.44

CMYK Percentages of Color #bbacfe

%26
%32
%0
%0

Triadic Colors of #bbacfe

#bbacfe #febbac #acfebb

Analogous Colors of #bbacfe

#bbacfe #e4acfe #acc6fe

Monochromatic Colors of #bbacfe

#bbacfe

Complementary Color

#bbacfe #effeac

#bbacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacfe Color CSS Codes

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

#bbacfe Text Font Color

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

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


#bbacfe Background Color

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

This div background color is #bbacfe


#bbacfe Border Color

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

This div border color is #bbacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacfe


Comments

No comments written yet.

Please login to write comment.