Color Hex Logo

#b49aee Color Hex

#B49AEE
(180,154,238)
0 Favorites   0 Comments

Color spaces of #b49aee

RGB 180154238
HSL0.720.710.77
HSV259°35°93°
CMYK 0.240.350.00   0.07
XYZ45.810638.987585.9998
Yxy38.98750.26820.2283
Hunter Lab62.440021.6909-37.9533
CIE-Lab68.742226.7557-38.7667

#b49aee color RGB value is (180,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11101110
Octal 264 232 356
Decimal 180 154 238
Hex B4 9A EE

RGB Percentages of Color #b49aee

%31.47
%26.92
%41.61

CMYK Percentages of Color #b49aee

%24
%35
%0
%7

Triadic Colors of #b49aee

#b49aee #eeb49a #9aeeb4

Analogous Colors of #b49aee

#b49aee #de9aee #9aaaee

Monochromatic Colors of #b49aee

#b49aee

Complementary Color

#b49aee #d4ee9a

#b49aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49aee Color CSS Codes

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

#b49aee Text Font Color

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

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


#b49aee Background Color

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

This div background color is #b49aee


#b49aee Border Color

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

This div border color is #b49aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49aee


Comments

No comments written yet.

Please login to write comment.