Color Hex Logo

#b3528a Color Hex

#B3528A
(179,82,138)
0 Favorites   0 Comments

Color spaces of #b3528a

RGB 17982138
HSL0.900.390.51
HSV325°54°70°
CMYK 0.000.540.23   0.30
XYZ26.195117.453326.0329
Yxy17.45330.37590.2505
Hunter Lab41.777138.8130-7.7018
CIE-Lab48.826245.9615-12.3628

#b3528a color RGB value is (179,82,138).

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

The process color (four color CMYK) of #b3528a color hex is 0.00, 0.54, 0.23, 0.30. Web safe color of #b3528a is #cc6699. Color #b3528a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 10001010
Octal 263 122 212
Decimal 179 82 138
Hex B3 52 8A

RGB Percentages of Color #b3528a

%44.86
%20.55
%34.59

CMYK Percentages of Color #b3528a

%0
%54
%23
%30

Triadic Colors of #b3528a

#b3528a #8ab352 #528ab3

Analogous Colors of #b3528a

#b3528a #b35259 #ac52b3

Monochromatic Colors of #b3528a

#b3528a

Complementary Color

#b3528a #52b37b

#b3528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3528a Color CSS Codes

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

#b3528a Text Font Color

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

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


#b3528a Background Color

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

This div background color is #b3528a


#b3528a Border Color

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

This div border color is #b3528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3528a


Comments

No comments written yet.

Please login to write comment.