Color Hex Logo

#b51dab Color Hex

#B51DAB
(181,29,171)
0 Favorites   0 Comments

Color spaces of #b51dab

RGB 18129171
HSL0.840.720.41
HSV304°84°71°
CMYK 0.000.840.06   0.29
XYZ26.846113.642839.7464
Yxy13.64280.33460.1700
Hunter Lab36.936265.0999-37.9457
CIE-Lab43.716270.6606-39.9773

#b51dab color RGB value is (181,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011101 10101011
Octal 265 35 253
Decimal 181 29 171
Hex B5 1D AB

RGB Percentages of Color #b51dab

%47.51
%7.61
%44.88

CMYK Percentages of Color #b51dab

%0
%84
%6
%29

Triadic Colors of #b51dab

#b51dab #abb51d #1dabb5

Analogous Colors of #b51dab

#b51dab #b51d5f #731db5

Monochromatic Colors of #b51dab

#b51dab

Complementary Color

#b51dab #1db527

#b51dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51dab Color CSS Codes

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

#b51dab Text Font Color

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

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


#b51dab Background Color

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

This div background color is #b51dab


#b51dab Border Color

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

This div border color is #b51dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51dab


Comments

No comments written yet.

Please login to write comment.