Color Hex Logo

#b44eab Color Hex

#B44EAB
(180,78,171)
0 Favorites   0 Comments

Color spaces of #b44eab

RGB 18078171
HSL0.850.400.51
HSV305°57°71°
CMYK 0.000.570.05   0.29
XYZ28.897518.092440.4972
Yxy18.09240.33030.2068
Hunter Lab42.535246.8326-26.6747
CIE-Lab49.608053.4169-30.7135

#b44eab color RGB value is (180,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10101011
Octal 264 116 253
Decimal 180 78 171
Hex B4 4E AB

RGB Percentages of Color #b44eab

%41.96
%18.18
%39.86

CMYK Percentages of Color #b44eab

%0
%57
%5
%29

Triadic Colors of #b44eab

#b44eab #abb44e #4eabb4

Analogous Colors of #b44eab

#b44eab #b44e78 #8a4eb4

Monochromatic Colors of #b44eab

#b44eab

Complementary Color

#b44eab #4eb457

#b44eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44eab Color CSS Codes

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

#b44eab Text Font Color

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

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


#b44eab Background Color

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

This div background color is #b44eab


#b44eab Border Color

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

This div border color is #b44eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44eab


Comments

No comments written yet.

Please login to write comment.