Color Hex Logo

#b5acfe Color Hex

#B5ACFE
(181,172,254)
0 Favorites   0 Comments

Color spaces of #b5acfe

RGB 181172254
HSL0.680.980.84
HSV247°32°100°
CMYK 0.290.320.00   0.00
XYZ51.698046.4846100.0136
Yxy46.48460.26080.2345
Hunter Lab68.179616.0354-39.2476
CIE-Lab73.858920.8228-39.4858

#b5acfe color RGB value is (181,172,254).

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

The process color (four color CMYK) of #b5acfe color hex is 0.29, 0.32, 0.00, 0.00. Web safe color of #b5acfe is #cc99ff. Color #b5acfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 11111110
Octal 265 254 376
Decimal 181 172 254
Hex B5 AC FE

RGB Percentages of Color #b5acfe

%29.82
%28.34
%41.85

CMYK Percentages of Color #b5acfe

%29
%32
%0
%0

Triadic Colors of #b5acfe

#b5acfe #feb5ac #acfeb5

Analogous Colors of #b5acfe

#b5acfe #deacfe #acccfe

Monochromatic Colors of #b5acfe

#b5acfe

Complementary Color

#b5acfe #f5feac

#b5acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acfe Color CSS Codes

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

#b5acfe Text Font Color

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

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


#b5acfe Background Color

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

This div background color is #b5acfe


#b5acfe Border Color

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

This div border color is #b5acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acfe

Related Colors


Comments

No comments written yet.

Please login to write comment.