Color Hex Logo

#b49dea Color Hex

#B49DEA
(180,157,234)
0 Favorites   0 Comments

Color spaces of #b49dea

RGB 180157234
HSL0.720.650.77
HSV258°33°92°
CMYK 0.230.330.00   0.08
XYZ45.730639.757883.1056
Yxy39.75780.27120.2358
Hunter Lab63.053819.1154-34.0072
CIE-Lab69.296724.1375-35.7131

#b49dea color RGB value is (180,157,234).

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

The process color (four color CMYK) of #b49dea color hex is 0.23, 0.33, 0.00, 0.08. Web safe color of #b49dea is #cc99ff. Color #b49dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11101010
Octal 264 235 352
Decimal 180 157 234
Hex B4 9D EA

RGB Percentages of Color #b49dea

%31.52
%27.50
%40.98

CMYK Percentages of Color #b49dea

%23
%33
%0
%8

Triadic Colors of #b49dea

#b49dea #eab49d #9deab4

Analogous Colors of #b49dea

#b49dea #db9dea #9dadea

Monochromatic Colors of #b49dea

#b49dea

Complementary Color

#b49dea #d3ea9d

#b49dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dea Color CSS Codes

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

#b49dea Text Font Color

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

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


#b49dea Background Color

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

This div background color is #b49dea


#b49dea Border Color

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

This div border color is #b49dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dea


Comments

No comments written yet.

Please login to write comment.