Color Hex Logo

#b529ac Color Hex

#B529AC
(181,41,172)
0 Favorites   0 Comments

Color spaces of #b529ac

RGB 18141172
HSL0.840.630.44
HSV304°77°71°
CMYK 0.000.770.05   0.29
XYZ27.295414.388240.3683
Yxy14.38820.33270.1754
Hunter Lab37.931862.0665-36.5462
CIE-Lab44.784667.8757-38.8769

#b529ac color RGB value is (181,41,172).

#b529ac hex color red value is 181, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b529ac hue: 0.84 , saturation: 0.63 and the lightness value of b529ac is 0.44.

The process color (four color CMYK) of #b529ac color hex is 0.00, 0.77, 0.05, 0.29. Web safe color of #b529ac is #cc3399. Color #b529ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 10101100
Octal 265 51 254
Decimal 181 41 172
Hex B5 29 AC

RGB Percentages of Color #b529ac

%45.94
%10.41
%43.65

CMYK Percentages of Color #b529ac

%0
%77
%5
%29

Triadic Colors of #b529ac

#b529ac #acb529 #29acb5

Analogous Colors of #b529ac

#b529ac #b52966 #7829b5

Monochromatic Colors of #b529ac

#b529ac

Complementary Color

#b529ac #29b532

#b529ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b529ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b529ac Color CSS Codes

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

#b529ac Text Font Color

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

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


#b529ac Background Color

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

This div background color is #b529ac


#b529ac Border Color

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

This div border color is #b529ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b529ac


Comments

No comments written yet.

Please login to write comment.