Color Hex Logo

#bbb3da Color Hex

#BBB3DA
(187,179,218)
0 Favorites   0 Comments

Color spaces of #bbb3da

RGB 187179218
HSL0.700.350.78
HSV252°18°85°
CMYK 0.140.180.00   0.15
XYZ49.268547.867072.9722
Yxy47.86700.28960.2814
Hunter Lab69.18606.0374-14.1045
CIE-Lab74.741010.5244-18.5733

#bbb3da color RGB value is (187,179,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 11011010
Octal 273 263 332
Decimal 187 179 218
Hex BB B3 DA

RGB Percentages of Color #bbb3da

%32.02
%30.65
%37.33

CMYK Percentages of Color #bbb3da

%14
%18
%0
%15

Triadic Colors of #bbb3da

#bbb3da #dabbb3 #b3dabb

Analogous Colors of #bbb3da

#bbb3da #cfb3da #b3bfda

Monochromatic Colors of #bbb3da

#bbb3da

Complementary Color

#bbb3da #d2dab3

#bbb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb3da Color CSS Codes

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

#bbb3da Text Font Color

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

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


#bbb3da Background Color

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

This div background color is #bbb3da


#bbb3da Border Color

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

This div border color is #bbb3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb3da


Comments

No comments written yet.

Please login to write comment.