Color Hex Logo

#b4528f Color Hex

#B4528F
(180,82,143)
0 Favorites   0 Comments

Color spaces of #b4528f

RGB 18082143
HSL0.900.400.51
HSV323°54°71°
CMYK 0.000.540.21   0.29
XYZ26.797617.721127.9947
Yxy17.72110.36960.2444
Hunter Lab42.096439.9601-9.9611
CIE-Lab49.156147.0154-14.8370

#b4528f color RGB value is (180,82,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 10001111
Octal 264 122 217
Decimal 180 82 143
Hex B4 52 8F

RGB Percentages of Color #b4528f

%44.44
%20.25
%35.31

CMYK Percentages of Color #b4528f

%0
%54
%21
%29

Triadic Colors of #b4528f

#b4528f #8fb452 #528fb4

Analogous Colors of #b4528f

#b4528f #b4525e #a852b4

Monochromatic Colors of #b4528f

#b4528f

Complementary Color

#b4528f #52b477

#b4528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4528f Color CSS Codes

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

#b4528f Text Font Color

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

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


#b4528f Background Color

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

This div background color is #b4528f


#b4528f Border Color

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

This div border color is #b4528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4528f


Comments

No comments written yet.

Please login to write comment.