Color Hex Logo

#bbb7eb Color Hex

#BBB7EB
(187,183,235)
0 Favorites   0 Comments

Color spaces of #bbb7eb

RGB 187183235
HSL0.680.570.82
HSV245°22°92°
CMYK 0.200.220.00   0.08
XYZ52.422450.429985.5683
Yxy50.42990.27820.2676
Hunter Lab71.01407.4938-21.7316
CIE-Lab76.332412.0587-25.3705

#bbb7eb color RGB value is (187,183,235).

#bbb7eb hex color red value is 187, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbb7eb hue: 0.68 , saturation: 0.57 and the lightness value of bbb7eb is 0.82.

The process color (four color CMYK) of #bbb7eb color hex is 0.20, 0.22, 0.00, 0.08. Web safe color of #bbb7eb is #ccccff. Color #bbb7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 11101011
Octal 273 267 353
Decimal 187 183 235
Hex BB B7 EB

RGB Percentages of Color #bbb7eb

%30.91
%30.25
%38.84

CMYK Percentages of Color #bbb7eb

%20
%22
%0
%8

Triadic Colors of #bbb7eb

#bbb7eb #ebbbb7 #b7ebbb

Analogous Colors of #bbb7eb

#bbb7eb #d5b7eb #b7cdeb

Monochromatic Colors of #bbb7eb

#bbb7eb

Complementary Color

#bbb7eb #e7ebb7

#bbb7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb7eb Color CSS Codes

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

#bbb7eb Text Font Color

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

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


#bbb7eb Background Color

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

This div background color is #bbb7eb


#bbb7eb Border Color

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

This div border color is #bbb7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb7eb


Comments

No comments written yet.

Please login to write comment.