Color Hex Logo

#bb9ada Color Hex

#BB9ADA
(187,154,218)
0 Favorites   0 Comments

Color spaces of #bb9ada

RGB 187154218
HSL0.750.460.73
HSV271°29°85°
CMYK 0.140.290.00   0.15
XYZ44.704038.738071.4507
Yxy38.73800.28860.2501
Hunter Lab62.239919.2885-24.4964
CIE-Lab68.561124.3542-28.0034

#bb9ada color RGB value is (187,154,218).

#bb9ada hex color red value is 187, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb9ada hue: 0.75 , saturation: 0.46 and the lightness value of bb9ada is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 11011010
Octal 273 232 332
Decimal 187 154 218
Hex BB 9A DA

RGB Percentages of Color #bb9ada

%33.45
%27.55
%39.00

CMYK Percentages of Color #bb9ada

%14
%29
%0
%15

Triadic Colors of #bb9ada

#bb9ada #dabb9a #9adabb

Analogous Colors of #bb9ada

#bb9ada #da9ad9 #9b9ada

Monochromatic Colors of #bb9ada

#bb9ada

Complementary Color

#bb9ada #b9da9a

#bb9ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9ada Color CSS Codes

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

#bb9ada Text Font Color

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

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


#bb9ada Background Color

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

This div background color is #bb9ada


#bb9ada Border Color

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

This div border color is #bb9ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,154,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 #bb9ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9ada


Comments

No comments written yet.

Please login to write comment.