Color Hex Logo

#b532ac Color Hex

#B532AC
(181,50,172)
0 Favorites   0 Comments

Color spaces of #b532ac

RGB 18150172
HSL0.840.570.45
HSV304°72°71°
CMYK 0.000.720.05   0.29
XYZ27.643115.083540.4842
Yxy15.08350.33220.1813
Hunter Lab38.837559.0842-34.6177
CIE-Lab45.748465.1164-37.3526

#b532ac color RGB value is (181,50,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 10101100
Octal 265 62 254
Decimal 181 50 172
Hex B5 32 AC

RGB Percentages of Color #b532ac

%44.91
%12.41
%42.68

CMYK Percentages of Color #b532ac

%0
%72
%5
%29

Triadic Colors of #b532ac

#b532ac #acb532 #32acb5

Analogous Colors of #b532ac

#b532ac #b5326b #7d32b5

Monochromatic Colors of #b532ac

#b532ac

Complementary Color

#b532ac #32b53b

#b532ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532ac Color CSS Codes

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

#b532ac Text Font Color

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

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


#b532ac Background Color

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

This div background color is #b532ac


#b532ac Border Color

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

This div border color is #b532ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532ac


Comments

No comments written yet.

Please login to write comment.