Color Hex Logo

#b3aefe Color Hex

#B3AEFE
(179,174,254)
0 Favorites   0 Comments

Color spaces of #b3aefe

RGB 179174254
HSL0.680.980.84
HSV244°31°100°
CMYK 0.300.310.00   0.00
XYZ51.615947.0116100.1196
Yxy47.01160.25970.2365
Hunter Lab68.565014.3865-38.5806
CIE-Lab74.197219.1484-38.9712

#b3aefe color RGB value is (179,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 11111110
Octal 263 256 376
Decimal 179 174 254
Hex B3 AE FE

RGB Percentages of Color #b3aefe

%29.49
%28.67
%41.85

CMYK Percentages of Color #b3aefe

%30
%31
%0
%0

Triadic Colors of #b3aefe

#b3aefe #feb3ae #aefeb3

Analogous Colors of #b3aefe

#b3aefe #dbaefe #aed1fe

Monochromatic Colors of #b3aefe

#b3aefe

Complementary Color

#b3aefe #f9feae

#b3aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aefe Color CSS Codes

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

#b3aefe Text Font Color

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

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


#b3aefe Background Color

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

This div background color is #b3aefe


#b3aefe Border Color

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

This div border color is #b3aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aefe


Comments

No comments written yet.

Please login to write comment.