Color Hex Logo

#b49edf Color Hex

#B49EDF
(180,158,223)
0 Favorites   0 Comments

Color spaces of #b49edf

RGB 180158223
HSL0.720.500.75
HSV260°29°87°
CMYK 0.190.290.00   0.13
XYZ44.368539.484775.0949
Yxy39.48470.27910.2484
Hunter Lab62.836916.0727-26.8703
CIE-Lab69.100921.0520-29.9784

#b49edf color RGB value is (180,158,223).

#b49edf hex color red value is 180, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b49edf hue: 0.72 , saturation: 0.50 and the lightness value of b49edf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 11011111
Octal 264 236 337
Decimal 180 158 223
Hex B4 9E DF

RGB Percentages of Color #b49edf

%32.09
%28.16
%39.75

CMYK Percentages of Color #b49edf

%19
%29
%0
%13

Triadic Colors of #b49edf

#b49edf #dfb49e #9edfb4

Analogous Colors of #b49edf

#b49edf #d59edf #9ea9df

Monochromatic Colors of #b49edf

#b49edf

Complementary Color

#b49edf #c9df9e

#b49edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49edf Color CSS Codes

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

#b49edf Text Font Color

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

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


#b49edf Background Color

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

This div background color is #b49edf


#b49edf Border Color

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

This div border color is #b49edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,158,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 #b49edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49edf


Comments

No comments written yet.

Please login to write comment.