Color Hex Logo

#b44871 Color Hex

#B44871
(180,72,113)
0 Favorites   0 Comments

Color spaces of #b44871

RGB 18072113
HSL0.940.430.49
HSV337°60°71°
CMYK 0.000.600.37   0.29
XYZ24.120415.530317.3491
Yxy15.53030.42320.2725
Hunter Lab39.408540.28801.4843
CIE-Lab46.352147.7979-0.9229

#b44871 color RGB value is (180,72,113).

#b44871 hex color red value is 180, green value is 72 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b44871 hue: 0.94 , saturation: 0.43 and the lightness value of b44871 is 0.49.

The process color (four color CMYK) of #b44871 color hex is 0.00, 0.60, 0.37, 0.29. Web safe color of #b44871 is #cc3366. Color #b44871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 01110001
Octal 264 110 161
Decimal 180 72 113
Hex B4 48 71

RGB Percentages of Color #b44871

%49.32
%19.73
%30.96

CMYK Percentages of Color #b44871

%0
%60
%37
%29

Triadic Colors of #b44871

#b44871 #71b448 #4871b4

Analogous Colors of #b44871

#b44871 #b45548 #b448a7

Monochromatic Colors of #b44871

#b44871

Complementary Color

#b44871 #48b48b

#b44871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44871 Color CSS Codes

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

#b44871 Text Font Color

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

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


#b44871 Background Color

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

This div background color is #b44871


#b44871 Border Color

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

This div border color is #b44871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44871


Comments

No comments written yet.

Please login to write comment.