Color Hex Logo

#b4518f Color Hex

#B4518F
(180,81,143)
0 Favorites   0 Comments

Color spaces of #b4518f

RGB 18081143
HSL0.900.400.51
HSV322°55°71°
CMYK 0.000.550.21   0.29
XYZ26.722717.571327.9698
Yxy17.57130.36980.2432
Hunter Lab41.918140.4365-10.2185
CIE-Lab48.972047.5033-15.1167

#b4518f color RGB value is (180,81,143).

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

The process color (four color CMYK) of #b4518f color hex is 0.00, 0.55, 0.21, 0.29. Web safe color of #b4518f is #cc6699. Color #b4518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 10001111
Octal 264 121 217
Decimal 180 81 143
Hex B4 51 8F

RGB Percentages of Color #b4518f

%44.55
%20.05
%35.40

CMYK Percentages of Color #b4518f

%0
%55
%21
%29

Triadic Colors of #b4518f

#b4518f #8fb451 #518fb4

Analogous Colors of #b4518f

#b4518f #b4515d #a851b4

Monochromatic Colors of #b4518f

#b4518f

Complementary Color

#b4518f #51b476

#b4518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4518f Color CSS Codes

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

#b4518f Text Font Color

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

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


#b4518f Background Color

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

This div background color is #b4518f


#b4518f Border Color

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

This div border color is #b4518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4518f


Comments

No comments written yet.

Please login to write comment.