Color Hex Logo

#b50eab Color Hex

#B50EAB
(181,14,171)
0 Favorites   0 Comments

Color spaces of #b50eab

RGB 18114171
HSL0.840.860.38
HSV304°92°71°
CMYK 0.000.920.06   0.29
XYZ26.563813.078139.6523
Yxy13.07810.33500.1649
Hunter Lab36.163767.8297-39.6950
CIE-Lab42.880773.1082-41.3050

#b50eab color RGB value is (181,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 10101011
Octal 265 16 253
Decimal 181 14 171
Hex B5 E AB

RGB Percentages of Color #b50eab

%49.45
%3.83
%46.72

CMYK Percentages of Color #b50eab

%0
%92
%6
%29

Triadic Colors of #b50eab

#b50eab #abb50e #0eabb5

Analogous Colors of #b50eab

#b50eab #b50e57 #6c0eb5

Monochromatic Colors of #b50eab

#b50eab

Complementary Color

#b50eab #0eb518

#b50eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50eab Color CSS Codes

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

#b50eab Text Font Color

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

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


#b50eab Background Color

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

This div background color is #b50eab


#b50eab Border Color

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

This div border color is #b50eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50eab


Comments

No comments written yet.

Please login to write comment.