Color Hex Logo

#b44988 Color Hex

#B44988
(180,73,136)
0 Favorites   0 Comments

Color spaces of #b44988

RGB 18073136
HSL0.900.420.50
HSV325°59°71°
CMYK 0.000.590.24   0.29
XYZ25.648916.246025.0765
Yxy16.24600.38300.2426
Hunter Lab40.306343.0523-8.6727
CIE-Lab47.295650.2815-13.4626

#b44988 color RGB value is (180,73,136).

#b44988 hex color red value is 180, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b44988 hue: 0.90 , saturation: 0.42 and the lightness value of b44988 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 10001000
Octal 264 111 210
Decimal 180 73 136
Hex B4 49 88

RGB Percentages of Color #b44988

%46.27
%18.77
%34.96

CMYK Percentages of Color #b44988

%0
%59
%24
%29

Triadic Colors of #b44988

#b44988 #88b449 #4988b4

Analogous Colors of #b44988

#b44988 #b44953 #ab49b4

Monochromatic Colors of #b44988

#b44988

Complementary Color

#b44988 #49b475

#b44988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44988 Color CSS Codes

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

#b44988 Text Font Color

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

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


#b44988 Background Color

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

This div background color is #b44988


#b44988 Border Color

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

This div border color is #b44988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44988


Comments

No comments written yet.

Please login to write comment.