Color Hex Logo

#bbb3dd Color Hex

#BBB3DD
(187,179,221)
0 Favorites   0 Comments

Color spaces of #bbb3dd

RGB 187179221
HSL0.700.380.78
HSV251°19°87°
CMYK 0.150.190.00   0.13
XYZ49.664848.025575.0588
Yxy48.02550.28750.2780
Hunter Lab69.30046.6479-15.7063
CIE-Lab74.841011.1672-20.0534

#bbb3dd color RGB value is (187,179,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 11011101
Octal 273 263 335
Decimal 187 179 221
Hex BB B3 DD

RGB Percentages of Color #bbb3dd

%31.86
%30.49
%37.65

CMYK Percentages of Color #bbb3dd

%15
%19
%0
%13

Triadic Colors of #bbb3dd

#bbb3dd #ddbbb3 #b3ddbb

Analogous Colors of #bbb3dd

#bbb3dd #d0b3dd #b3c0dd

Monochromatic Colors of #bbb3dd

#bbb3dd

Complementary Color

#bbb3dd #d5ddb3

#bbb3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb3dd Color CSS Codes

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

#bbb3dd Text Font Color

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

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


#bbb3dd Background Color

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

This div background color is #bbb3dd


#bbb3dd Border Color

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

This div border color is #bbb3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb3dd


Comments

No comments written yet.

Please login to write comment.