Color Hex Logo

#b50aab Color Hex

#B50AAB
(181,10,171)
0 Favorites   0 Comments

Color spaces of #b50aab

RGB 18110171
HSL0.840.900.37
HSV304°94°71°
CMYK 0.000.940.06   0.29
XYZ26.515312.981139.6362
Yxy12.98110.33510.1640
Hunter Lab36.029368.3135-40.0050
CIE-Lab42.734873.5382-41.5373

#b50aab color RGB value is (181,10,171).

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

The process color (four color CMYK) of #b50aab color hex is 0.00, 0.94, 0.06, 0.29. Web safe color of #b50aab is #cc0099. Color #b50aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001010 10101011
Octal 265 12 253
Decimal 181 10 171
Hex B5 A AB

RGB Percentages of Color #b50aab

%50.00
%2.76
%47.24

CMYK Percentages of Color #b50aab

%0
%94
%6
%29

Triadic Colors of #b50aab

#b50aab #abb50a #0aabb5

Analogous Colors of #b50aab

#b50aab #b50a55 #6a0ab5

Monochromatic Colors of #b50aab

#b50aab

Complementary Color

#b50aab #0ab514

#b50aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50aab Color CSS Codes

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

#b50aab Text Font Color

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

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


#b50aab Background Color

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

This div background color is #b50aab


#b50aab Border Color

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

This div border color is #b50aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50aab


Comments

No comments written yet.

Please login to write comment.