Color Hex Logo

#b1b3ea Color Hex

#B1B3EA
(177,179,234)
0 Favorites   0 Comments

Color spaces of #b1b3ea

RGB 177179234
HSL0.660.580.81
HSV238°24°92°
CMYK 0.240.240.00   0.08
XYZ49.102847.527884.4277
Yxy47.52780.27120.2625
Hunter Lab68.94046.4909-24.3511
CIE-Lab74.526110.9997-27.6610

#b1b3ea color RGB value is (177,179,234).

#b1b3ea hex color red value is 177, green value is 179 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b1b3ea hue: 0.66 , saturation: 0.58 and the lightness value of b1b3ea is 0.81.

The process color (four color CMYK) of #b1b3ea color hex is 0.24, 0.24, 0.00, 0.08. Web safe color of #b1b3ea is #99ccff. Color #b1b3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110011 11101010
Octal 261 263 352
Decimal 177 179 234
Hex B1 B3 EA

RGB Percentages of Color #b1b3ea

%30.00
%30.34
%39.66

CMYK Percentages of Color #b1b3ea

%24
%24
%0
%8

Triadic Colors of #b1b3ea

#b1b3ea #eab1b3 #b3eab1

Analogous Colors of #b1b3ea

#b1b3ea #ccb1ea #b1d0ea

Monochromatic Colors of #b1b3ea

#b1b3ea

Complementary Color

#b1b3ea #eae8b1

#b1b3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b3ea Color CSS Codes

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

#b1b3ea Text Font Color

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

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


#b1b3ea Background Color

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

This div background color is #b1b3ea


#b1b3ea Border Color

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

This div border color is #b1b3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b3ea


Comments

No comments written yet.

Please login to write comment.