Color Hex Logo

#b44880 Color Hex

#B44880
(180,72,128)
0 Favorites   0 Comments

Color spaces of #b44880

RGB 18072128
HSL0.910.430.49
HSV329°60°71°
CMYK 0.000.600.29   0.29
XYZ25.036015.896522.1709
Yxy15.89650.39670.2519
Hunter Lab39.870442.3130-5.0603
CIE-Lab46.838449.6577-9.3203

#b44880 color RGB value is (180,72,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 10000000
Octal 264 110 200
Decimal 180 72 128
Hex B4 48 80

RGB Percentages of Color #b44880

%47.37
%18.95
%33.68

CMYK Percentages of Color #b44880

%0
%60
%29
%29

Triadic Colors of #b44880

#b44880 #80b448 #4880b4

Analogous Colors of #b44880

#b44880 #b4484a #b248b4

Monochromatic Colors of #b44880

#b44880

Complementary Color

#b44880 #48b47c

#b44880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44880 Color CSS Codes

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

#b44880 Text Font Color

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

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


#b44880 Background Color

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

This div background color is #b44880


#b44880 Border Color

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

This div border color is #b44880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44880


Comments

No comments written yet.

Please login to write comment.