Color Hex Logo

#bb9dde Color Hex

#BB9DDE
(187,157,222)
0 Favorites   0 Comments

Color spaces of #bb9dde

RGB 187157222
HSL0.740.500.74
HSV268°29°87°
CMYK 0.160.290.00   0.13
XYZ45.735339.952774.4084
Yxy39.95270.28570.2496
Hunter Lab63.208118.5424-25.5503
CIE-Lab69.435823.5511-28.8609

#bb9dde color RGB value is (187,157,222).

#bb9dde hex color red value is 187, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb9dde hue: 0.74 , saturation: 0.50 and the lightness value of bb9dde is 0.74.

The process color (four color CMYK) of #bb9dde color hex is 0.16, 0.29, 0.00, 0.13. Web safe color of #bb9dde is #cc99cc. Color #bb9dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 11011110
Octal 273 235 336
Decimal 187 157 222
Hex BB 9D DE

RGB Percentages of Color #bb9dde

%33.04
%27.74
%39.22

CMYK Percentages of Color #bb9dde

%16
%29
%0
%13

Triadic Colors of #bb9dde

#bb9dde #debb9d #9ddebb

Analogous Colors of #bb9dde

#bb9dde #dc9dde #9da0de

Monochromatic Colors of #bb9dde

#bb9dde

Complementary Color

#bb9dde #c0de9d

#bb9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9dde Color CSS Codes

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

#bb9dde Text Font Color

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

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


#bb9dde Background Color

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

This div background color is #bb9dde


#bb9dde Border Color

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

This div border color is #bb9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9dde

#bb9dde Color Palettes


Comments

No comments written yet.

Please login to write comment.