Color Hex Logo

#b44ead Color Hex

#B44EAD
(180,78,173)
0 Favorites   0 Comments

Color spaces of #b44ead

RGB 18078173
HSL0.840.400.51
HSV304°57°71°
CMYK 0.000.570.04   0.29
XYZ29.089618.169241.5090
Yxy18.16920.32770.2047
Hunter Lab42.625347.2227-27.8995
CIE-Lab49.700753.7607-31.7417

#b44ead color RGB value is (180,78,173).

#b44ead hex color red value is 180, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b44ead hue: 0.84 , saturation: 0.40 and the lightness value of b44ead is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10101101
Octal 264 116 255
Decimal 180 78 173
Hex B4 4E AD

RGB Percentages of Color #b44ead

%41.76
%18.10
%40.14

CMYK Percentages of Color #b44ead

%0
%57
%4
%29

Triadic Colors of #b44ead

#b44ead #adb44e #4eadb4

Analogous Colors of #b44ead

#b44ead #b44e7a #884eb4

Monochromatic Colors of #b44ead

#b44ead

Complementary Color

#b44ead #4eb455

#b44ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ead Color CSS Codes

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

#b44ead Text Font Color

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

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


#b44ead Background Color

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

This div background color is #b44ead


#b44ead Border Color

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

This div border color is #b44ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ead


Comments

No comments written yet.

Please login to write comment.