Color Hex Logo

#bbb7ea Color Hex

#BBB7EA
(187,183,234)
0 Favorites   0 Comments

Color spaces of #bbb7ea

RGB 187183234
HSL0.680.550.82
HSV245°22°92°
CMYK 0.200.220.00   0.08
XYZ52.278350.372384.8094
Yxy50.37230.27890.2687
Hunter Lab70.97347.2777-21.1669
CIE-Lab76.297211.8342-24.8839

#bbb7ea color RGB value is (187,183,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 11101010
Octal 273 267 352
Decimal 187 183 234
Hex BB B7 EA

RGB Percentages of Color #bbb7ea

%30.96
%30.30
%38.74

CMYK Percentages of Color #bbb7ea

%20
%22
%0
%8

Triadic Colors of #bbb7ea

#bbb7ea #eabbb7 #b7eabb

Analogous Colors of #bbb7ea

#bbb7ea #d5b7ea #b7cdea

Monochromatic Colors of #bbb7ea

#bbb7ea

Complementary Color

#bbb7ea #e6eab7

#bbb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb7ea Color CSS Codes

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

#bbb7ea Text Font Color

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

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


#bbb7ea Background Color

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

This div background color is #bbb7ea


#bbb7ea Border Color

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

This div border color is #bbb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb7ea


Comments

No comments written yet.

Please login to write comment.