Color Hex Logo

#b51bab Color Hex

#B51BAB
(181,27,171)
0 Favorites   0 Comments

Color spaces of #b51bab

RGB 18127171
HSL0.840.740.41
HSV304°85°71°
CMYK 0.000.850.06   0.29
XYZ26.798713.547939.7306
Yxy13.54790.33470.1692
Hunter Lab36.807565.5488-38.2334
CIE-Lab43.577571.0656-40.1976

#b51bab color RGB value is (181,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011011 10101011
Octal 265 33 253
Decimal 181 27 171
Hex B5 1B AB

RGB Percentages of Color #b51bab

%47.76
%7.12
%45.12

CMYK Percentages of Color #b51bab

%0
%85
%6
%29

Triadic Colors of #b51bab

#b51bab #abb51b #1babb5

Analogous Colors of #b51bab

#b51bab #b51b5e #721bb5

Monochromatic Colors of #b51bab

#b51bab

Complementary Color

#b51bab #1bb525

#b51bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51bab Color CSS Codes

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

#b51bab Text Font Color

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

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


#b51bab Background Color

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

This div background color is #b51bab


#b51bab Border Color

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

This div border color is #b51bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51bab


Comments

No comments written yet.

Please login to write comment.