Color Hex Logo

#bbb3dc Color Hex

#BBB3DC
(187,179,220)
0 Favorites   0 Comments

Color spaces of #bbb3dc

RGB 187179220
HSL0.700.370.78
HSV252°19°86°
CMYK 0.150.190.00   0.14
XYZ49.531947.972374.3591
Yxy47.97230.28820.2791
Hunter Lab69.26206.4435-15.1698
CIE-Lab74.807510.9523-19.5606

#bbb3dc color RGB value is (187,179,220).

#bbb3dc hex color red value is 187, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbb3dc hue: 0.70 , saturation: 0.37 and the lightness value of bbb3dc is 0.78.

The process color (four color CMYK) of #bbb3dc color hex is 0.15, 0.19, 0.00, 0.14. Web safe color of #bbb3dc is #cccccc. Color #bbb3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 11011100
Octal 273 263 334
Decimal 187 179 220
Hex BB B3 DC

RGB Percentages of Color #bbb3dc

%31.91
%30.55
%37.54

CMYK Percentages of Color #bbb3dc

%15
%19
%0
%14

Triadic Colors of #bbb3dc

#bbb3dc #dcbbb3 #b3dcbb

Analogous Colors of #bbb3dc

#bbb3dc #d0b3dc #b3c0dc

Monochromatic Colors of #bbb3dc

#bbb3dc

Complementary Color

#bbb3dc #d4dcb3

#bbb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb3dc Color CSS Codes

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

#bbb3dc Text Font Color

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

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


#bbb3dc Background Color

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

This div background color is #bbb3dc


#bbb3dc Border Color

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

This div border color is #bbb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb3dc


Comments

No comments written yet.

Please login to write comment.