Color Hex Logo

#b3acfa Color Hex

#B3ACFA
(179,172,250)
0 Favorites   0 Comments

Color spaces of #b3acfa

RGB 179172250
HSL0.680.890.83
HSV245°31°98°
CMYK 0.280.310.00   0.02
XYZ50.598245.990996.6528
Yxy45.99090.26180.2380
Hunter Lab67.816614.5005-37.0290
CIE-Lab73.539619.2839-37.8338

#b3acfa color RGB value is (179,172,250).

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

The process color (four color CMYK) of #b3acfa color hex is 0.28, 0.31, 0.00, 0.02. Web safe color of #b3acfa is #cc99ff. Color #b3acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11111010
Octal 263 254 372
Decimal 179 172 250
Hex B3 AC FA

RGB Percentages of Color #b3acfa

%29.78
%28.62
%41.60

CMYK Percentages of Color #b3acfa

%28
%31
%0
%2

Triadic Colors of #b3acfa

#b3acfa #fab3ac #acfab3

Analogous Colors of #b3acfa

#b3acfa #daacfa #acccfa

Monochromatic Colors of #b3acfa

#b3acfa

Complementary Color

#b3acfa #f3faac

#b3acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acfa Color CSS Codes

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

#b3acfa Text Font Color

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

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


#b3acfa Background Color

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

This div background color is #b3acfa


#b3acfa Border Color

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

This div border color is #b3acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acfa


Comments

No comments written yet.

Please login to write comment.