Color Hex Logo

#b5528c Color Hex

#B5528C
(181,82,140)
0 Favorites   0 Comments

Color spaces of #b5528c

RGB 18182140
HSL0.900.400.52
HSV325°55°71°
CMYK 0.000.550.23   0.29
XYZ26.807017.751826.8245
Yxy17.75180.37550.2487
Hunter Lab42.132939.8379-8.2548
CIE-Lab49.193746.8917-12.9749

#b5528c color RGB value is (181,82,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 10001100
Octal 265 122 214
Decimal 181 82 140
Hex B5 52 8C

RGB Percentages of Color #b5528c

%44.91
%20.35
%34.74

CMYK Percentages of Color #b5528c

%0
%55
%23
%29

Triadic Colors of #b5528c

#b5528c #8cb552 #528cb5

Analogous Colors of #b5528c

#b5528c #b5525b #ad52b5

Monochromatic Colors of #b5528c

#b5528c

Complementary Color

#b5528c #52b57b

#b5528c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5528c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5528c Color CSS Codes

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

#b5528c Text Font Color

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

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


#b5528c Background Color

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

This div background color is #b5528c


#b5528c Border Color

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

This div border color is #b5528c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,82,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5528c


Comments

No comments written yet.

Please login to write comment.