Color Hex Logo

#b50fab Color Hex

#B50FAB
(181,15,171)
0 Favorites   0 Comments

Color spaces of #b50fab

RGB 18115171
HSL0.840.850.38
HSV304°92°71°
CMYK 0.000.920.06   0.29
XYZ26.577613.105739.6569
Yxy13.10570.33500.1652
Hunter Lab36.201867.6929-39.6074
CIE-Lab42.922172.9864-41.2392

#b50fab color RGB value is (181,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 10101011
Octal 265 17 253
Decimal 181 15 171
Hex B5 F AB

RGB Percentages of Color #b50fab

%49.32
%4.09
%46.59

CMYK Percentages of Color #b50fab

%0
%92
%6
%29

Triadic Colors of #b50fab

#b50fab #abb50f #0fabb5

Analogous Colors of #b50fab

#b50fab #b50f58 #6c0fb5

Monochromatic Colors of #b50fab

#b50fab

Complementary Color

#b50fab #0fb519

#b50fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fab Color CSS Codes

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

#b50fab Text Font Color

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

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


#b50fab Background Color

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

This div background color is #b50fab


#b50fab Border Color

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

This div border color is #b50fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fab


Comments

No comments written yet.

Please login to write comment.