Color Hex Logo

#bbabda Color Hex

#BBABDA
(187,171,218)
1 Favorites   0 Comments

Color spaces of #bbabda

RGB 187171218
HSL0.720.390.76
HSV260°22°85°
CMYK 0.140.220.00   0.15
XYZ47.711344.752672.4531
Yxy44.75260.28930.2714
Hunter Lab66.897410.2360-17.3858
CIE-Lab72.728714.9211-21.6268

#bbabda color RGB value is (187,171,218).

#bbabda hex color red value is 187, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbabda hue: 0.72 , saturation: 0.39 and the lightness value of bbabda is 0.76.

The process color (four color CMYK) of #bbabda color hex is 0.14, 0.22, 0.00, 0.15. Web safe color of #bbabda is #cc99cc. Color #bbabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11011010
Octal 273 253 332
Decimal 187 171 218
Hex BB AB DA

RGB Percentages of Color #bbabda

%32.47
%29.69
%37.85

CMYK Percentages of Color #bbabda

%14
%22
%0
%15

Triadic Colors of #bbabda

#bbabda #dabbab #abdabb

Analogous Colors of #bbabda

#bbabda #d3abda #abb3da

Monochromatic Colors of #bbabda

#bbabda

Complementary Color

#bbabda #cadaab

#bbabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabda Color CSS Codes

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

#bbabda Text Font Color

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

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


#bbabda Background Color

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

This div background color is #bbabda


#bbabda Border Color

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

This div border color is #bbabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabda


Comments

No comments written yet.

Please login to write comment.