Color Hex Logo

#b49eee Color Hex

#B49EEE
(180,158,238)
0 Favorites   0 Comments

Color spaces of #b49eee

RGB 180158238
HSL0.710.700.78
HSV257°34°93°
CMYK 0.240.340.00   0.07
XYZ46.481940.330186.2235
Yxy40.33010.26860.2331
Hunter Lab63.506019.5139-36.0452
CIE-Lab69.704024.5157-37.2686

#b49eee color RGB value is (180,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 11101110
Octal 264 236 356
Decimal 180 158 238
Hex B4 9E EE

RGB Percentages of Color #b49eee

%31.25
%27.43
%41.32

CMYK Percentages of Color #b49eee

%24
%34
%0
%7

Triadic Colors of #b49eee

#b49eee #eeb49e #9eeeb4

Analogous Colors of #b49eee

#b49eee #dc9eee #9eb0ee

Monochromatic Colors of #b49eee

#b49eee

Complementary Color

#b49eee #d8ee9e

#b49eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49eee Color CSS Codes

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

#b49eee Text Font Color

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

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


#b49eee Background Color

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

This div background color is #b49eee


#b49eee Border Color

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

This div border color is #b49eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49eee


Comments

No comments written yet.

Please login to write comment.