color codes Logo

#b49df9 color codes

#B49DF9
(180,157,249)
0 Favorites   0 Comments

Color spaces of #b49df9

RGB 180157249
HSL0.710.880.80
HSV255°37°98°
CMYK 0.280.370.00   0.02
XYZ47.978240.656894.9413
Yxy40.65680.26140.2215
Hunter Lab63.762722.7275-43.6477
CIE-Lab69.934827.7033-42.9077

#b49df9 color RGB value is (180,157,249).

#b49df9 hex color red value is 180, green value is 157 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b49df9 hue: 0.71 , saturation: 0.88 and the lightness value of b49df9 is 0.80.

The process color (four color CMYK) of #b49df9 color code is 0.28, 0.37, 0.00, 0.02. Web safe color of #b49df9 is #cc99ff. Color #b49df9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11111001
Octal 264 235 371
Decimal 180 157 249
Hex B4 9D F9

RGB Percentages of Color #b49df9

%30.72
%26.79
%42.49

CMYK Percentages of Color #b49df9

%28
%37
%0
%2

Triadic Colors of #b49df9

#b49df9 #f9b49d #9df9b4

Analogous Colors of #b49df9

#b49df9 #e29df9 #9db4f9

Monochromatic Colors of #b49df9

#b49df9

Complementary Color

#b49df9 #e2f99d

#b49df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49df9 Color CSS Codes

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

#b49df9 Text Font Color

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

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


#b49df9 Background Color

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

This div background color is #b49df9


#b49df9 Border Color

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

This div border color is #b49df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49df9

Related Colors


Comments

No comments written yet.

Please login to write comment.