Color Hex Logo

#b51da1 Color Hex

#B51DA1
(181,29,161)
0 Favorites   0 Comments

Color spaces of #b51da1

RGB 18129161
HSL0.860.720.41
HSV308°84°71°
CMYK 0.000.840.11   0.29
XYZ25.928413.275734.9141
Yxy13.27570.34980.1791
Hunter Lab36.435863.2611-31.3087
CIE-Lab43.175869.2088-34.8645

#b51da1 color RGB value is (181,29,161).

#b51da1 hex color red value is 181, green value is 29 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b51da1 hue: 0.86 , saturation: 0.72 and the lightness value of b51da1 is 0.41.

The process color (four color CMYK) of #b51da1 color hex is 0.00, 0.84, 0.11, 0.29. Web safe color of #b51da1 is #cc3399. Color #b51da1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011101 10100001
Octal 265 35 241
Decimal 181 29 161
Hex B5 1D A1

RGB Percentages of Color #b51da1

%48.79
%7.82
%43.40

CMYK Percentages of Color #b51da1

%0
%84
%11
%29

Triadic Colors of #b51da1

#b51da1 #a1b51d #1da1b5

Analogous Colors of #b51da1

#b51da1 #b51d55 #7d1db5

Monochromatic Colors of #b51da1

#b51da1

Complementary Color

#b51da1 #1db531

#b51da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51da1 Color CSS Codes

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

#b51da1 Text Font Color

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

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


#b51da1 Background Color

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

This div background color is #b51da1


#b51da1 Border Color

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

This div border color is #b51da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51da1


Comments

No comments written yet.

Please login to write comment.