Color Hex Logo

#b3b3eb Color Hex

#B3B3EB
(179,179,235)
0 Favorites   0 Comments

Color spaces of #b3b3eb

RGB 179179235
HSL0.670.580.81
HSV240°24°92°
CMYK 0.240.240.00   0.08
XYZ49.705947.822185.2081
Yxy47.82210.27200.2617
Hunter Lab69.15357.2829-24.6472
CIE-Lab74.712611.8319-27.9039

#b3b3eb color RGB value is (179,179,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10110011 11101011
Octal 263 263 353
Decimal 179 179 235
Hex B3 B3 EB

RGB Percentages of Color #b3b3eb

%30.19
%30.19
%39.63

CMYK Percentages of Color #b3b3eb

%24
%24
%0
%8

Triadic Colors of #b3b3eb

#b3b3eb #ebb3b3 #b3ebb3

Analogous Colors of #b3b3eb

#b3b3eb #cfb3eb #b3cfeb

Monochromatic Colors of #b3b3eb

#b3b3eb

Complementary Color

#b3b3eb #ebebb3

#b3b3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b3eb Color CSS Codes

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

#b3b3eb Text Font Color

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

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


#b3b3eb Background Color

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

This div background color is #b3b3eb


#b3b3eb Border Color

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

This div border color is #b3b3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b3eb


Comments

No comments written yet.

Please login to write comment.