Color Hex Logo

#b44155 Color Hex

#B44155
(180,65,85)
0 Favorites   0 Comments

Color spaces of #b44155

RGB 1806585
HSL0.970.470.48
HSV350°64°71°
CMYK 0.000.640.53   0.29
XYZ22.352414.139810.1455
Yxy14.13980.47930.3032
Hunter Lab37.602940.301110.3252
CIE-Lab44.432848.139613.5235

#b44155 color RGB value is (180,65,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 01010101
Octal 264 101 125
Decimal 180 65 85
Hex B4 41 55

RGB Percentages of Color #b44155

%54.55
%19.70
%25.76

CMYK Percentages of Color #b44155

%0
%64
%53
%29

Triadic Colors of #b44155

#b44155 #55b441 #4155b4

Analogous Colors of #b44155

#b44155 #b46741 #b4418f

Monochromatic Colors of #b44155

#b44155

Complementary Color

#b44155 #41b4a0

#b44155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44155 Color CSS Codes

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

#b44155 Text Font Color

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

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


#b44155 Background Color

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

This div background color is #b44155


#b44155 Border Color

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

This div border color is #b44155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44155


Comments

No comments written yet.

Please login to write comment.