Color Hex Logo

#b44eac Color Hex

#B44EAC
(180,78,172)
0 Favorites   0 Comments

Color spaces of #b44eac

RGB 18078172
HSL0.850.400.51
HSV305°57°71°
CMYK 0.000.570.04   0.29
XYZ28.993218.130641.0012
Yxy18.13060.32900.2057
Hunter Lab42.580047.0275-27.2855
CIE-Lab49.654153.5888-31.2282

#b44eac color RGB value is (180,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10101100
Octal 264 116 254
Decimal 180 78 172
Hex B4 4E AC

RGB Percentages of Color #b44eac

%41.86
%18.14
%40.00

CMYK Percentages of Color #b44eac

%0
%57
%4
%29

Triadic Colors of #b44eac

#b44eac #acb44e #4eacb4

Analogous Colors of #b44eac

#b44eac #b44e79 #894eb4

Monochromatic Colors of #b44eac

#b44eac

Complementary Color

#b44eac #4eb456

#b44eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44eac Color CSS Codes

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

#b44eac Text Font Color

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

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


#b44eac Background Color

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

This div background color is #b44eac


#b44eac Border Color

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

This div border color is #b44eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,78,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 #b44eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44eac


Comments

No comments written yet.

Please login to write comment.