Color Hex Logo

#bbafe7 Color Hex

#BBAFE7
(187,175,231)
0 Favorites   0 Comments

Color spaces of #bbafe7

RGB 187175231
HSL0.700.540.80
HSV253°24°91°
CMYK 0.190.240.00   0.09
XYZ50.247346.994382.0238
Yxy46.99430.28030.2621
Hunter Lab68.552410.8697-22.9546
CIE-Lab74.186115.5584-26.4865

#bbafe7 color RGB value is (187,175,231).

#bbafe7 hex color red value is 187, green value is 175 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bbafe7 hue: 0.70 , saturation: 0.54 and the lightness value of bbafe7 is 0.80.

The process color (four color CMYK) of #bbafe7 color hex is 0.19, 0.24, 0.00, 0.09. Web safe color of #bbafe7 is #cc99ff. Color #bbafe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11100111
Octal 273 257 347
Decimal 187 175 231
Hex BB AF E7

RGB Percentages of Color #bbafe7

%31.53
%29.51
%38.95

CMYK Percentages of Color #bbafe7

%19
%24
%0
%9

Triadic Colors of #bbafe7

#bbafe7 #e7bbaf #afe7bb

Analogous Colors of #bbafe7

#bbafe7 #d7afe7 #afbfe7

Monochromatic Colors of #bbafe7

#bbafe7

Complementary Color

#bbafe7 #dbe7af

#bbafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafe7 Color CSS Codes

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

#bbafe7 Text Font Color

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

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


#bbafe7 Background Color

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

This div background color is #bbafe7


#bbafe7 Border Color

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

This div border color is #bbafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafe7


Comments

No comments written yet.

Please login to write comment.