Color Hex Logo

#b3abfe Color Hex

#B3ABFE
(179,171,254)
0 Favorites   0 Comments

Color spaces of #b3abfe

RGB 179171254
HSL0.680.980.83
HSV246°33°100°
CMYK 0.300.330.00   0.00
XYZ51.042745.865399.9286
Yxy45.86530.25930.2330
Hunter Lab67.723916.0164-40.0774
CIE-Lab73.458020.8187-40.1218

#b3abfe color RGB value is (179,171,254).

#b3abfe hex color red value is 179, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b3abfe hue: 0.68 , saturation: 0.98 and the lightness value of b3abfe is 0.83.

The process color (four color CMYK) of #b3abfe color hex is 0.30, 0.33, 0.00, 0.00. Web safe color of #b3abfe is #cc99ff. Color #b3abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 11111110
Octal 263 253 376
Decimal 179 171 254
Hex B3 AB FE

RGB Percentages of Color #b3abfe

%29.64
%28.31
%42.05

CMYK Percentages of Color #b3abfe

%30
%33
%0
%0

Triadic Colors of #b3abfe

#b3abfe #feb3ab #abfeb3

Analogous Colors of #b3abfe

#b3abfe #ddabfe #abcdfe

Monochromatic Colors of #b3abfe

#b3abfe

Complementary Color

#b3abfe #f6feab

#b3abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3abfe Color CSS Codes

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

#b3abfe Text Font Color

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

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


#b3abfe Background Color

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

This div background color is #b3abfe


#b3abfe Border Color

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

This div border color is #b3abfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3abfe


Comments

No comments written yet.

Please login to write comment.