Color Hex Logo

#b4567f Color Hex

#B4567F
(180,86,127)
0 Favorites   0 Comments

Color spaces of #b4567f

RGB 18086127
HSL0.930.390.52
HSV334°52°71°
CMYK 0.000.520.29   0.29
XYZ25.980917.891222.1627
Yxy17.89120.39340.2709
Hunter Lab42.298035.6194-1.4573
CIE-Lab49.363942.7546-4.9516

#b4567f color RGB value is (180,86,127).

#b4567f hex color red value is 180, green value is 86 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b4567f hue: 0.93 , saturation: 0.39 and the lightness value of b4567f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 01111111
Octal 264 126 177
Decimal 180 86 127
Hex B4 56 7F

RGB Percentages of Color #b4567f

%45.80
%21.88
%32.32

CMYK Percentages of Color #b4567f

%0
%52
%29
%29

Triadic Colors of #b4567f

#b4567f #7fb456 #567fb4

Analogous Colors of #b4567f

#b4567f #b45c56 #b456ae

Monochromatic Colors of #b4567f

#b4567f

Complementary Color

#b4567f #56b48b

#b4567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4567f Color CSS Codes

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

#b4567f Text Font Color

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

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


#b4567f Background Color

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

This div background color is #b4567f


#b4567f Border Color

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

This div border color is #b4567f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4567f


Comments

No comments written yet.

Please login to write comment.