Color Hex Logo

#b526ac Color Hex

#B526AC
(181,38,172)
0 Favorites   0 Comments

Color spaces of #b526ac

RGB 18138172
HSL0.840.650.43
HSV304°79°71°
CMYK 0.000.790.05   0.29
XYZ27.195614.188540.3350
Yxy14.18850.33280.1736
Hunter Lab37.667662.9566-37.1212
CIE-Lab44.502168.6910-39.3245

#b526ac color RGB value is (181,38,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 10101100
Octal 265 46 254
Decimal 181 38 172
Hex B5 26 AC

RGB Percentages of Color #b526ac

%46.29
%9.72
%43.99

CMYK Percentages of Color #b526ac

%0
%79
%5
%29

Triadic Colors of #b526ac

#b526ac #acb526 #26acb5

Analogous Colors of #b526ac

#b526ac #b52665 #7726b5

Monochromatic Colors of #b526ac

#b526ac

Complementary Color

#b526ac #26b52f

#b526ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b526ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b526ac Color CSS Codes

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

#b526ac Text Font Color

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

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


#b526ac Background Color

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

This div background color is #b526ac


#b526ac Border Color

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

This div border color is #b526ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b526ac


Comments

No comments written yet.

Please login to write comment.