Color Hex Logo

#b44d6b Color Hex

#B44D6B
(180,77,107)
0 Favorites   0 Comments

Color spaces of #b44d6b

RGB 18077107
HSL0.950.410.50
HSV343°57°71°
CMYK 0.000.570.41   0.29
XYZ24.130116.072615.7404
Yxy16.07260.43130.2873
Hunter Lab40.090637.27854.7850
CIE-Lab47.069644.74783.7747

#b44d6b color RGB value is (180,77,107).

#b44d6b hex color red value is 180, green value is 77 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b44d6b hue: 0.95 , saturation: 0.41 and the lightness value of b44d6b is 0.50.

The process color (four color CMYK) of #b44d6b color hex is 0.00, 0.57, 0.41, 0.29. Web safe color of #b44d6b is #cc6666. Color #b44d6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 01101011
Octal 264 115 153
Decimal 180 77 107
Hex B4 4D 6B

RGB Percentages of Color #b44d6b

%49.45
%21.15
%29.40

CMYK Percentages of Color #b44d6b

%0
%57
%41
%29

Triadic Colors of #b44d6b

#b44d6b #6bb44d #4d6bb4

Analogous Colors of #b44d6b

#b44d6b #b4634d #b44d9f

Monochromatic Colors of #b44d6b

#b44d6b

Complementary Color

#b44d6b #4db496

#b44d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44d6b Color CSS Codes

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

#b44d6b Text Font Color

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

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


#b44d6b Background Color

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

This div background color is #b44d6b


#b44d6b Border Color

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

This div border color is #b44d6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44d6b


Comments

No comments written yet.

Please login to write comment.