Color Hex Logo

#b51aac Color Hex

#B51AAC
(181,26,172)
0 Favorites   0 Comments

Color spaces of #b51aac

RGB 18126172
HSL0.840.750.41
HSV303°86°71°
CMYK 0.000.860.05   0.29
XYZ26.871813.541140.2271
Yxy13.54110.33320.1679
Hunter Lab36.798265.9522-39.0559
CIE-Lab43.567571.4065-40.8077

#b51aac color RGB value is (181,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011010 10101100
Octal 265 32 254
Decimal 181 26 172
Hex B5 1A AC

RGB Percentages of Color #b51aac

%47.76
%6.86
%45.38

CMYK Percentages of Color #b51aac

%0
%86
%5
%29

Triadic Colors of #b51aac

#b51aac #acb51a #1aacb5

Analogous Colors of #b51aac

#b51aac #b51a5e #711ab5

Monochromatic Colors of #b51aac

#b51aac

Complementary Color

#b51aac #1ab523

#b51aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51aac Color CSS Codes

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

#b51aac Text Font Color

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

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


#b51aac Background Color

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

This div background color is #b51aac


#b51aac Border Color

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

This div border color is #b51aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51aac


Comments

No comments written yet.

Please login to write comment.