Color Hex Logo

#b49cda Color Hex

#B49CDA
(180,156,218)
0 Favorites   0 Comments

Color spaces of #b49cda

RGB 180156218
HSL0.730.460.73
HSV263°28°85°
CMYK 0.170.280.00   0.15
XYZ43.365738.542271.4834
Yxy38.54220.28270.2513
Hunter Lab62.082416.0415-24.8105
CIE-Lab68.418321.0498-28.2759

#b49cda color RGB value is (180,156,218).

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

The process color (four color CMYK) of #b49cda color hex is 0.17, 0.28, 0.00, 0.15. Web safe color of #b49cda is #cc99cc. Color #b49cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 11011010
Octal 264 234 332
Decimal 180 156 218
Hex B4 9C DA

RGB Percentages of Color #b49cda

%32.49
%28.16
%39.35

CMYK Percentages of Color #b49cda

%17
%28
%0
%15

Triadic Colors of #b49cda

#b49cda #dab49c #9cdab4

Analogous Colors of #b49cda

#b49cda #d39cda #9ca3da

Monochromatic Colors of #b49cda

#b49cda

Complementary Color

#b49cda #c2da9c

#b49cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cda Color CSS Codes

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

#b49cda Text Font Color

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

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


#b49cda Background Color

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

This div background color is #b49cda


#b49cda Border Color

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

This div border color is #b49cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cda


Comments

No comments written yet.

Please login to write comment.