Color Hex Logo

#b51aa4 Color Hex

#B51AA4
(181,26,164)
0 Favorites   0 Comments

Color spaces of #b51aa4

RGB 18126164
HSL0.850.750.41
HSV307°86°71°
CMYK 0.000.860.09   0.29
XYZ26.126313.242936.3011
Yxy13.24290.34530.1750
Hunter Lab36.390864.4679-33.6703
CIE-Lab43.127070.2420-36.7378

#b51aa4 color RGB value is (181,26,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011010 10100100
Octal 265 32 244
Decimal 181 26 164
Hex B5 1A A4

RGB Percentages of Color #b51aa4

%48.79
%7.01
%44.20

CMYK Percentages of Color #b51aa4

%0
%86
%9
%29

Triadic Colors of #b51aa4

#b51aa4 #a4b51a #1aa4b5

Analogous Colors of #b51aa4

#b51aa4 #b51a57 #791ab5

Monochromatic Colors of #b51aa4

#b51aa4

Complementary Color

#b51aa4 #1ab52b

#b51aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51aa4 Color CSS Codes

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

#b51aa4 Text Font Color

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

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


#b51aa4 Background Color

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

This div background color is #b51aa4


#b51aa4 Border Color

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

This div border color is #b51aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51aa4


Comments

No comments written yet.

Please login to write comment.