Color Hex Logo

#b44dac Color Hex

#B44DAC
(180,77,172)
0 Favorites   0 Comments

Color spaces of #b44dac

RGB 18077172
HSL0.850.410.50
HSV305°57°71°
CMYK 0.000.570.04   0.29
XYZ28.922717.989640.9777
Yxy17.98960.32910.2047
Hunter Lab42.414147.4965-27.5921
CIE-Lab49.483554.0513-31.4948

#b44dac color RGB value is (180,77,172).

#b44dac hex color red value is 180, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b44dac hue: 0.85 , saturation: 0.41 and the lightness value of b44dac is 0.50.

The process color (four color CMYK) of #b44dac color hex is 0.00, 0.57, 0.04, 0.29. Web safe color of #b44dac is #cc6699. Color #b44dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 10101100
Octal 264 115 254
Decimal 180 77 172
Hex B4 4D AC

RGB Percentages of Color #b44dac

%41.96
%17.95
%40.09

CMYK Percentages of Color #b44dac

%0
%57
%4
%29

Triadic Colors of #b44dac

#b44dac #acb44d #4dacb4

Analogous Colors of #b44dac

#b44dac #b44d79 #894db4

Monochromatic Colors of #b44dac

#b44dac

Complementary Color

#b44dac #4db455

#b44dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dac Color CSS Codes

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

#b44dac Text Font Color

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

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


#b44dac Background Color

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

This div background color is #b44dac


#b44dac Border Color

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

This div border color is #b44dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dac


Comments

No comments written yet.

Please login to write comment.