Color Hex Logo

#b50baf Color Hex

#B50BAF
(181,11,175)
0 Favorites   0 Comments

Color spaces of #b50baf

RGB 18111175
HSL0.840.890.38
HSV302°94°71°
CMYK 0.000.940.03   0.29
XYZ26.913613.158241.6787
Yxy13.15820.32920.1610
Hunter Lab36.274268.9578-42.7316
CIE-Lab43.000774.0198-43.4908

#b50baf color RGB value is (181,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001011 10101111
Octal 265 13 257
Decimal 181 11 175
Hex B5 B AF

RGB Percentages of Color #b50baf

%49.32
%3.00
%47.68

CMYK Percentages of Color #b50baf

%0
%94
%3
%29

Triadic Colors of #b50baf

#b50baf #afb50b #0bafb5

Analogous Colors of #b50baf

#b50baf #b50b5a #660bb5

Monochromatic Colors of #b50baf

#b50baf

Complementary Color

#b50baf #0bb511

#b50baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50baf Color CSS Codes

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

#b50baf Text Font Color

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

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


#b50baf Background Color

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

This div background color is #b50baf


#b50baf Border Color

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

This div border color is #b50baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,11,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b50baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50baf


Comments

No comments written yet.

Please login to write comment.