Color Hex Logo

#b44756 Color Hex

#B44756
(180,71,86)
0 Favorites   0 Comments

Color spaces of #b44756

RGB 1807186
HSL0.980.430.49
HSV352°61°71°
CMYK 0.000.610.52   0.29
XYZ22.755314.881710.4772
Yxy14.88170.47290.3093
Hunter Lab38.576837.782410.9010
CIE-Lab45.471745.504514.3373

#b44756 color RGB value is (180,71,86).

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

The process color (four color CMYK) of #b44756 color hex is 0.00, 0.61, 0.52, 0.29. Web safe color of #b44756 is #cc3366. Color #b44756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 01010110
Octal 264 107 126
Decimal 180 71 86
Hex B4 47 56

RGB Percentages of Color #b44756

%53.41
%21.07
%25.52

CMYK Percentages of Color #b44756

%0
%61
%52
%29

Triadic Colors of #b44756

#b44756 #56b447 #4756b4

Analogous Colors of #b44756

#b44756 #b46f47 #b4478d

Monochromatic Colors of #b44756

#b44756

Complementary Color

#b44756 #47b4a5

#b44756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44756 Color CSS Codes

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

#b44756 Text Font Color

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

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


#b44756 Background Color

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

This div background color is #b44756


#b44756 Border Color

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

This div border color is #b44756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44756


Comments

No comments written yet.

Please login to write comment.