Color Hex Logo

#b5578f Color Hex

#B5578F
(181,87,143)
0 Favorites   0 Comments

Color spaces of #b5578f

RGB 18187143
HSL0.900.390.53
HSV324°52°71°
CMYK 0.000.520.21   0.29
XYZ27.422218.623328.1360
Yxy18.62330.36970.2511
Hunter Lab43.154737.9051-8.4476
CIE-Lab50.243544.8558-13.1757

#b5578f color RGB value is (181,87,143).

#b5578f hex color red value is 181, green value is 87 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b5578f hue: 0.90 , saturation: 0.39 and the lightness value of b5578f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 10001111
Octal 265 127 217
Decimal 181 87 143
Hex B5 57 8F

RGB Percentages of Color #b5578f

%44.04
%21.17
%34.79

CMYK Percentages of Color #b5578f

%0
%52
%21
%29

Triadic Colors of #b5578f

#b5578f #8fb557 #578fb5

Analogous Colors of #b5578f

#b5578f #b55760 #ac57b5

Monochromatic Colors of #b5578f

#b5578f

Complementary Color

#b5578f #57b57d

#b5578f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5578f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5578f Color CSS Codes

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

#b5578f Text Font Color

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

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


#b5578f Background Color

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

This div background color is #b5578f


#b5578f Border Color

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

This div border color is #b5578f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5578f


Comments

No comments written yet.

Please login to write comment.