Color Hex Logo

#b4505e Color Hex

#B4505E
(180,80,94)
0 Favorites   0 Comments

Color spaces of #b4505e

RGB 1808094
HSL0.980.400.51
HSV352°56°71°
CMYK 0.000.560.48   0.29
XYZ23.711416.248812.4763
Yxy16.24880.45220.3099
Hunter Lab40.309834.45689.8660
CIE-Lab47.299241.916111.9950

#b4505e color RGB value is (180,80,94).

#b4505e hex color red value is 180, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4505e hue: 0.98 , saturation: 0.40 and the lightness value of b4505e is 0.51.

The process color (four color CMYK) of #b4505e color hex is 0.00, 0.56, 0.48, 0.29. Web safe color of #b4505e is #cc6666. Color #b4505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 01011110
Octal 264 120 136
Decimal 180 80 94
Hex B4 50 5E

RGB Percentages of Color #b4505e

%50.85
%22.60
%26.55

CMYK Percentages of Color #b4505e

%0
%56
%48
%29

Triadic Colors of #b4505e

#b4505e #5eb450 #505eb4

Analogous Colors of #b4505e

#b4505e #b47450 #b45090

Monochromatic Colors of #b4505e

#b4505e

Complementary Color

#b4505e #50b4a6

#b4505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4505e Color CSS Codes

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

#b4505e Text Font Color

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

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


#b4505e Background Color

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

This div background color is #b4505e


#b4505e Border Color

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

This div border color is #b4505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4505e


Comments

No comments written yet.

Please login to write comment.