Color Hex Logo

#b44fab Color Hex

#B44FAB
(180,79,171)
0 Favorites   0 Comments

Color spaces of #b44fab

RGB 18079171
HSL0.850.400.51
HSV305°56°71°
CMYK 0.000.560.05   0.29
XYZ28.969118.235540.5210
Yxy18.23550.33020.2079
Hunter Lab42.703046.3614-26.3683
CIE-Lab49.780552.9508-30.4442

#b44fab color RGB value is (180,79,171).

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

The process color (four color CMYK) of #b44fab color hex is 0.00, 0.56, 0.05, 0.29. Web safe color of #b44fab is #cc6699. Color #b44fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 10101011
Octal 264 117 253
Decimal 180 79 171
Hex B4 4F AB

RGB Percentages of Color #b44fab

%41.86
%18.37
%39.77

CMYK Percentages of Color #b44fab

%0
%56
%5
%29

Triadic Colors of #b44fab

#b44fab #abb44f #4fabb4

Analogous Colors of #b44fab

#b44fab #b44f79 #8b4fb4

Monochromatic Colors of #b44fab

#b44fab

Complementary Color

#b44fab #4fb458

#b44fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44fab Color CSS Codes

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

#b44fab Text Font Color

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

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


#b44fab Background Color

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

This div background color is #b44fab


#b44fab Border Color

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

This div border color is #b44fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44fab


Comments

No comments written yet.

Please login to write comment.