Color Hex Logo

#b527ac Color Hex

#B527AC
(181,39,172)
0 Favorites   0 Comments

Color spaces of #b527ac

RGB 18139172
HSL0.840.650.43
HSV304°78°71°
CMYK 0.000.780.05   0.29
XYZ27.228014.253440.3458
Yxy14.25340.33270.1742
Hunter Lab37.753762.6655-36.9332
CIE-Lab44.594268.4248-39.1786

#b527ac color RGB value is (181,39,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 10101100
Octal 265 47 254
Decimal 181 39 172
Hex B5 27 AC

RGB Percentages of Color #b527ac

%46.17
%9.95
%43.88

CMYK Percentages of Color #b527ac

%0
%78
%5
%29

Triadic Colors of #b527ac

#b527ac #acb527 #27acb5

Analogous Colors of #b527ac

#b527ac #b52765 #7727b5

Monochromatic Colors of #b527ac

#b527ac

Complementary Color

#b527ac #27b530

#b527ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b527ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b527ac Color CSS Codes

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

#b527ac Text Font Color

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

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


#b527ac Background Color

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

This div background color is #b527ac


#b527ac Border Color

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

This div border color is #b527ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b527ac


Comments

No comments written yet.

Please login to write comment.