Color Hex Logo

#b49afe Color Hex

#B49AFE
(180,154,254)
0 Favorites   0 Comments

Color spaces of #b49afe

RGB 180154254
HSL0.710.980.80
HSV256°39°100°
CMYK 0.290.390.00   0.00
XYZ48.267439.970398.9370
Yxy39.97030.25790.2135
Hunter Lab63.222125.6386-48.5282
CIE-Lab69.448430.5983-46.3901

#b49afe color RGB value is (180,154,254).

#b49afe hex color red value is 180, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b49afe hue: 0.71 , saturation: 0.98 and the lightness value of b49afe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11111110
Octal 264 232 376
Decimal 180 154 254
Hex B4 9A FE

RGB Percentages of Color #b49afe

%30.61
%26.19
%43.20

CMYK Percentages of Color #b49afe

%29
%39
%0
%0

Triadic Colors of #b49afe

#b49afe #feb49a #9afeb4

Analogous Colors of #b49afe

#b49afe #e69afe #9ab2fe

Monochromatic Colors of #b49afe

#b49afe

Complementary Color

#b49afe #e4fe9a

#b49afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49afe Color CSS Codes

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

#b49afe Text Font Color

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

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


#b49afe Background Color

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

This div background color is #b49afe


#b49afe Border Color

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

This div border color is #b49afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49afe


Comments

No comments written yet.

Please login to write comment.