Color Hex Logo

#b4506f Color Hex

#B4506F
(180,80,111)
0 Favorites   0 Comments

Color spaces of #b4506f

RGB 18080111
HSL0.950.400.51
HSV341°56°71°
CMYK 0.000.560.38   0.29
XYZ24.560316.588316.9463
Yxy16.58830.42280.2855
Hunter Lab40.728736.36403.8409
CIE-Lab47.737043.74132.3106

#b4506f color RGB value is (180,80,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 01101111
Octal 264 120 157
Decimal 180 80 111
Hex B4 50 6F

RGB Percentages of Color #b4506f

%48.52
%21.56
%29.92

CMYK Percentages of Color #b4506f

%0
%56
%38
%29

Triadic Colors of #b4506f

#b4506f #6fb450 #506fb4

Analogous Colors of #b4506f

#b4506f #b46350 #b450a1

Monochromatic Colors of #b4506f

#b4506f

Complementary Color

#b4506f #50b495

#b4506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4506f Color CSS Codes

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

#b4506f Text Font Color

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

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


#b4506f Background Color

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

This div background color is #b4506f


#b4506f Border Color

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

This div border color is #b4506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4506f


Comments

No comments written yet.

Please login to write comment.