Color Hex Logo

#b49edb Color Hex

#B49EDB
(180,158,219)
0 Favorites   0 Comments

Color spaces of #b49edb

RGB 180158219
HSL0.730.460.74
HSV262°28°86°
CMYK 0.180.280.00   0.14
XYZ43.835439.271572.2876
Yxy39.27150.28210.2527
Hunter Lab62.667015.1931-24.5253
CIE-Lab68.947520.1537-28.0130

#b49edb color RGB value is (180,158,219).

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

The process color (four color CMYK) of #b49edb color hex is 0.18, 0.28, 0.00, 0.14. Web safe color of #b49edb is #cc99cc. Color #b49edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 11011011
Octal 264 236 333
Decimal 180 158 219
Hex B4 9E DB

RGB Percentages of Color #b49edb

%32.32
%28.37
%39.32

CMYK Percentages of Color #b49edb

%18
%28
%0
%14

Triadic Colors of #b49edb

#b49edb #dbb49e #9edbb4

Analogous Colors of #b49edb

#b49edb #d39edb #9ea7db

Monochromatic Colors of #b49edb

#b49edb

Complementary Color

#b49edb #c5db9e

#b49edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49edb Color CSS Codes

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

#b49edb Text Font Color

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

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


#b49edb Background Color

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

This div background color is #b49edb


#b49edb Border Color

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

This div border color is #b49edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49edb


Comments

No comments written yet.

Please login to write comment.