Color Hex Logo

#b49ced Color Hex

#B49CED
(180,156,237)
0 Favorites   0 Comments

Color spaces of #b49ced

RGB 180156237
HSL0.720.690.77
HSV258°34°93°
CMYK 0.240.340.00   0.07
XYZ45.996939.594785.3390
Yxy39.59470.26910.2316
Hunter Lab62.924320.3637-36.3631
CIE-Lab69.179925.3999-37.5374

#b49ced color RGB value is (180,156,237).

#b49ced hex color red value is 180, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b49ced hue: 0.72 , saturation: 0.69 and the lightness value of b49ced is 0.77.

The process color (four color CMYK) of #b49ced color hex is 0.24, 0.34, 0.00, 0.07. Web safe color of #b49ced is #cc99ff. Color #b49ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 11101101
Octal 264 234 355
Decimal 180 156 237
Hex B4 9C ED

RGB Percentages of Color #b49ced

%31.41
%27.23
%41.36

CMYK Percentages of Color #b49ced

%24
%34
%0
%7

Triadic Colors of #b49ced

#b49ced #edb49c #9cedb4

Analogous Colors of #b49ced

#b49ced #dd9ced #9caded

Monochromatic Colors of #b49ced

#b49ced

Complementary Color

#b49ced #d5ed9c

#b49ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ced Color CSS Codes

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

#b49ced Text Font Color

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

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


#b49ced Background Color

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

This div background color is #b49ced


#b49ced Border Color

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

This div border color is #b49ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ced


Comments

No comments written yet.

Please login to write comment.