Color Hex Logo

#b49cdd Color Hex

#B49CDD
(180,156,221)
0 Favorites   0 Comments

Color spaces of #b49cdd

RGB 180156221
HSL0.730.490.74
HSV262°29°87°
CMYK 0.190.290.00   0.13
XYZ43.762038.700773.5701
Yxy38.70070.28050.2480
Hunter Lab62.209916.6998-26.5701
CIE-Lab68.533921.7206-29.7519

#b49cdd color RGB value is (180,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 11011101
Octal 264 234 335
Decimal 180 156 221
Hex B4 9C DD

RGB Percentages of Color #b49cdd

%32.32
%28.01
%39.68

CMYK Percentages of Color #b49cdd

%19
%29
%0
%13

Triadic Colors of #b49cdd

#b49cdd #ddb49c #9cddb4

Analogous Colors of #b49cdd

#b49cdd #d59cdd #9ca5dd

Monochromatic Colors of #b49cdd

#b49cdd

Complementary Color

#b49cdd #c5dd9c

#b49cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cdd Color CSS Codes

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

#b49cdd Text Font Color

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

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


#b49cdd Background Color

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

This div background color is #b49cdd


#b49cdd Border Color

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

This div border color is #b49cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cdd


Comments

No comments written yet.

Please login to write comment.