Color Hex Logo

#b44157 Color Hex

#B44157
(180,65,87)
0 Favorites   0 Comments

Color spaces of #b44157

RGB 1806587
HSL0.970.470.48
HSV349°64°71°
CMYK 0.000.640.52   0.29
XYZ22.433014.172010.5699
Yxy14.17200.47550.3004
Hunter Lab37.645740.48789.7050
CIE-Lab44.478648.312512.3555

#b44157 color RGB value is (180,65,87).

#b44157 hex color red value is 180, green value is 65 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b44157 hue: 0.97 , saturation: 0.47 and the lightness value of b44157 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 01010111
Octal 264 101 127
Decimal 180 65 87
Hex B4 41 57

RGB Percentages of Color #b44157

%54.22
%19.58
%26.20

CMYK Percentages of Color #b44157

%0
%64
%52
%29

Triadic Colors of #b44157

#b44157 #57b441 #4157b4

Analogous Colors of #b44157

#b44157 #b46541 #b44191

Monochromatic Colors of #b44157

#b44157

Complementary Color

#b44157 #41b49e

#b44157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44157 Color CSS Codes

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

#b44157 Text Font Color

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

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


#b44157 Background Color

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

This div background color is #b44157


#b44157 Border Color

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

This div border color is #b44157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44157


Comments

No comments written yet.

Please login to write comment.