Color Hex Logo

#bb9ddc Color Hex

#BB9DDC
(187,157,220)
0 Favorites   0 Comments

Color spaces of #bb9ddc

RGB 187157220
HSL0.750.470.74
HSV269°29°86°
CMYK 0.150.290.00   0.14
XYZ45.468839.846073.0047
Yxy39.84600.28720.2517
Hunter Lab63.123718.1094-24.3843
CIE-Lab69.359723.1167-27.8773

#bb9ddc color RGB value is (187,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 11011100
Octal 273 235 334
Decimal 187 157 220
Hex BB 9D DC

RGB Percentages of Color #bb9ddc

%33.16
%27.84
%39.01

CMYK Percentages of Color #bb9ddc

%15
%29
%0
%14

Triadic Colors of #bb9ddc

#bb9ddc #dcbb9d #9ddcbb

Analogous Colors of #bb9ddc

#bb9ddc #db9ddc #9d9fdc

Monochromatic Colors of #bb9ddc

#bb9ddc

Complementary Color

#bb9ddc #bedc9d

#bb9ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9ddc Color CSS Codes

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

#bb9ddc Text Font Color

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

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


#bb9ddc Background Color

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

This div background color is #bb9ddc


#bb9ddc Border Color

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

This div border color is #bb9ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9ddc


Comments

No comments written yet.

Please login to write comment.