Color Hex Logo

#b49fda Color Hex

#B49FDA
(180,159,218)
0 Favorites   0 Comments

Color spaces of #b49fda

RGB 180159218
HSL0.730.440.74
HSV261°27°85°
CMYK 0.170.270.00   0.15
XYZ43.875439.561571.6533
Yxy39.56150.28290.2551
Hunter Lab62.897914.4440-23.5146
CIE-Lab69.156119.3721-27.1416

#b49fda color RGB value is (180,159,218).

#b49fda hex color red value is 180, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b49fda hue: 0.73 , saturation: 0.44 and the lightness value of b49fda is 0.74.

The process color (four color CMYK) of #b49fda color hex is 0.17, 0.27, 0.00, 0.15. Web safe color of #b49fda is #cc99cc. Color #b49fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11011010
Octal 264 237 332
Decimal 180 159 218
Hex B4 9F DA

RGB Percentages of Color #b49fda

%32.32
%28.55
%39.14

CMYK Percentages of Color #b49fda

%17
%27
%0
%15

Triadic Colors of #b49fda

#b49fda #dab49f #9fdab4

Analogous Colors of #b49fda

#b49fda #d29fda #9fa8da

Monochromatic Colors of #b49fda

#b49fda

Complementary Color

#b49fda #c5da9f

#b49fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fda Color CSS Codes

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

#b49fda Text Font Color

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

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


#b49fda Background Color

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

This div background color is #b49fda


#b49fda Border Color

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

This div border color is #b49fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fda


Comments

No comments written yet.

Please login to write comment.