Color Hex Logo

#b4487f Color Hex

#B4487F
(180,72,127)
0 Favorites   0 Comments

Color spaces of #b4487f

RGB 18072127
HSL0.920.430.49
HSV329°60°71°
CMYK 0.000.600.29   0.29
XYZ24.970515.870321.8259
Yxy15.87030.39850.2532
Hunter Lab39.837542.1696-4.5971
CIE-Lab46.803949.5268-8.7664

#b4487f color RGB value is (180,72,127).

#b4487f hex color red value is 180, green value is 72 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b4487f hue: 0.92 , saturation: 0.43 and the lightness value of b4487f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 01111111
Octal 264 110 177
Decimal 180 72 127
Hex B4 48 7F

RGB Percentages of Color #b4487f

%47.49
%19.00
%33.51

CMYK Percentages of Color #b4487f

%0
%60
%29
%29

Triadic Colors of #b4487f

#b4487f #7fb448 #487fb4

Analogous Colors of #b4487f

#b4487f #b44849 #b348b4

Monochromatic Colors of #b4487f

#b4487f

Complementary Color

#b4487f #48b47d

#b4487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4487f Color CSS Codes

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

#b4487f Text Font Color

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

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


#b4487f Background Color

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

This div background color is #b4487f


#b4487f Border Color

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

This div border color is #b4487f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,72,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 #b4487f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4487f


Comments

No comments written yet.

Please login to write comment.