Color Hex Logo

#b49adf Color Hex

#B49ADF
(180,154,223)
1 Favorites   0 Comments

Color spaces of #b49adf

RGB 180154223
HSL0.730.520.74
HSV263°31°87°
CMYK 0.190.310.00   0.13
XYZ43.697338.142274.8711
Yxy38.14220.27880.2434
Hunter Lab61.759418.2172-28.6459
CIE-Lab68.125323.2915-31.4848

#b49adf color RGB value is (180,154,223).

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

The process color (four color CMYK) of #b49adf color hex is 0.19, 0.31, 0.00, 0.13. Web safe color of #b49adf is #cc99cc. Color #b49adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11011111
Octal 264 232 337
Decimal 180 154 223
Hex B4 9A DF

RGB Percentages of Color #b49adf

%32.32
%27.65
%40.04

CMYK Percentages of Color #b49adf

%19
%31
%0
%13

Triadic Colors of #b49adf

#b49adf #dfb49a #9adfb4

Analogous Colors of #b49adf

#b49adf #d79adf #9aa3df

Monochromatic Colors of #b49adf

#b49adf

Complementary Color

#b49adf #c5df9a

#b49adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49adf Color CSS Codes

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

#b49adf Text Font Color

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

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


#b49adf Background Color

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

This div background color is #b49adf


#b49adf Border Color

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

This div border color is #b49adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49adf


Comments

No comments written yet.

Please login to write comment.