Color Hex Logo

#b4577c Color Hex

#B4577C
(180,87,124)
0 Favorites   0 Comments

Color spaces of #b4577c

RGB 18087124
HSL0.930.380.52
HSV336°52°71°
CMYK 0.000.520.31   0.29
XYZ25.868717.974921.1749
Yxy17.97490.39790.2765
Hunter Lab42.396834.71850.0656
CIE-Lab49.465641.8481-3.0016

#b4577c color RGB value is (180,87,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 01111100
Octal 264 127 174
Decimal 180 87 124
Hex B4 57 7C

RGB Percentages of Color #b4577c

%46.04
%22.25
%31.71

CMYK Percentages of Color #b4577c

%0
%52
%31
%29

Triadic Colors of #b4577c

#b4577c #7cb457 #577cb4

Analogous Colors of #b4577c

#b4577c #b46157 #b457ab

Monochromatic Colors of #b4577c

#b4577c

Complementary Color

#b4577c #57b48f

#b4577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4577c Color CSS Codes

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

#b4577c Text Font Color

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

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


#b4577c Background Color

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

This div background color is #b4577c


#b4577c Border Color

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

This div border color is #b4577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4577c

#b4577c Color Palettes


Comments

No comments written yet.

Please login to write comment.