Color Hex Logo

#b49df7 Color Hex

#B49DF7
(180,157,247)
0 Favorites   0 Comments

Color spaces of #b49df7

RGB 180157247
HSL0.710.850.79
HSV255°36°97°
CMYK 0.270.360.00   0.03
XYZ47.667940.532693.3069
Yxy40.53260.26260.2233
Hunter Lab63.665222.2337-42.3290
CIE-Lab69.847227.2208-41.9559

#b49df7 color RGB value is (180,157,247).

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

The process color (four color CMYK) of #b49df7 color hex is 0.27, 0.36, 0.00, 0.03. Web safe color of #b49df7 is #cc99ff. Color #b49df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11110111
Octal 264 235 367
Decimal 180 157 247
Hex B4 9D F7

RGB Percentages of Color #b49df7

%30.82
%26.88
%42.29

CMYK Percentages of Color #b49df7

%27
%36
%0
%3

Triadic Colors of #b49df7

#b49df7 #f7b49d #9df7b4

Analogous Colors of #b49df7

#b49df7 #e19df7 #9db3f7

Monochromatic Colors of #b49df7

#b49df7

Complementary Color

#b49df7 #e0f79d

#b49df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49df7 Color CSS Codes

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

#b49df7 Text Font Color

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

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


#b49df7 Background Color

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

This div background color is #b49df7


#b49df7 Border Color

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

This div border color is #b49df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49df7

Related Colors


Comments

No comments written yet.

Please login to write comment.