Color Hex Logo

#bba7ec Color Hex

#BBA7EC
(187,167,236)
0 Favorites   0 Comments

Color spaces of #bba7ec

RGB 187167236
HSL0.710.640.79
HSV257°29°93°
CMYK 0.210.290.00   0.07
XYZ49.452644.258485.2932
Yxy44.25840.27630.2472
Hunter Lab66.527016.2651-29.4459
CIE-Lab72.400921.1107-31.9510

#bba7ec color RGB value is (187,167,236).

#bba7ec hex color red value is 187, green value is 167 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bba7ec hue: 0.71 , saturation: 0.64 and the lightness value of bba7ec is 0.79.

The process color (four color CMYK) of #bba7ec color hex is 0.21, 0.29, 0.00, 0.07. Web safe color of #bba7ec is #cc99ff. Color #bba7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11101100
Octal 273 247 354
Decimal 187 167 236
Hex BB A7 EC

RGB Percentages of Color #bba7ec

%31.69
%28.31
%40.00

CMYK Percentages of Color #bba7ec

%21
%29
%0
%7

Triadic Colors of #bba7ec

#bba7ec #ecbba7 #a7ecbb

Analogous Colors of #bba7ec

#bba7ec #dea7ec #a7b6ec

Monochromatic Colors of #bba7ec

#bba7ec

Complementary Color

#bba7ec #d8eca7

#bba7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7ec Color CSS Codes

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

#bba7ec Text Font Color

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

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


#bba7ec Background Color

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

This div background color is #bba7ec


#bba7ec Border Color

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

This div border color is #bba7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7ec


Comments

No comments written yet.

Please login to write comment.