color codes Logo

#b50bab color codes

#B50BAB
(181,11,171)
0 Favorites   0 Comments

Color spaces of #b50bab

RGB 18111171
HSL0.840.890.38
HSV304°94°71°
CMYK 0.000.940.06   0.29
XYZ26.526413.003439.6399
Yxy13.00340.33510.1642
Hunter Lab36.060268.2017-39.9335
CIE-Lab42.768473.4389-41.4838

#b50bab color RGB value is (181,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001011 10101011
Octal 265 13 253
Decimal 181 11 171
Hex B5 B AB

RGB Percentages of Color #b50bab

%49.86
%3.03
%47.11

CMYK Percentages of Color #b50bab

%0
%94
%6
%29

Triadic Colors of #b50bab

#b50bab #abb50b #0babb5

Analogous Colors of #b50bab

#b50bab #b50b56 #6a0bb5

Monochromatic Colors of #b50bab

#b50bab

Complementary Color

#b50bab #0bb515

#b50bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50bab Color CSS Codes

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

#b50bab Text Font Color

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

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


#b50bab Background Color

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

This div background color is #b50bab


#b50bab Border Color

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

This div border color is #b50bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50bab


Comments

No comments written yet.

Please login to write comment.