Color Hex Logo

#b49aed Color Hex

#B49AED
(180,154,237)
0 Favorites   0 Comments

Color spaces of #b49aed

RGB 180154237
HSL0.720.700.77
HSV259°35°93°
CMYK 0.240.350.00   0.07
XYZ45.664138.928985.2280
Yxy38.92890.26890.2292
Hunter Lab62.393021.4525-37.3142
CIE-Lab68.699726.5205-38.2852

#b49aed color RGB value is (180,154,237).

#b49aed hex color red value is 180, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b49aed hue: 0.72 , saturation: 0.70 and the lightness value of b49aed is 0.77.

The process color (four color CMYK) of #b49aed color hex is 0.24, 0.35, 0.00, 0.07. Web safe color of #b49aed is #cc99ff. Color #b49aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11101101
Octal 264 232 355
Decimal 180 154 237
Hex B4 9A ED

RGB Percentages of Color #b49aed

%31.52
%26.97
%41.51

CMYK Percentages of Color #b49aed

%24
%35
%0
%7

Triadic Colors of #b49aed

#b49aed #edb49a #9aedb4

Analogous Colors of #b49aed

#b49aed #de9aed #9aaaed

Monochromatic Colors of #b49aed

#b49aed

Complementary Color

#b49aed #d3ed9a

#b49aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49aed Color CSS Codes

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

#b49aed Text Font Color

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

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


#b49aed Background Color

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

This div background color is #b49aed


#b49aed Border Color

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

This div border color is #b49aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,154,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49aed


Comments

No comments written yet.

Please login to write comment.