Color Hex Logo

#b050bb Color Hex

#B050BB
(176,80,187)
0 Favorites   0 Comments

Color spaces of #b050bb

RGB 17680187
HSL0.820.440.52
HSV294°57°73°
CMYK 0.060.570.00   0.27
XYZ29.742818.555349.0276
Yxy18.55530.30560.1907
Hunter Lab43.075947.8670-37.3289
CIE-Lab50.162854.2722-39.2196

#b050bb color RGB value is (176,80,187).

#b050bb hex color red value is 176, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b050bb hue: 0.82 , saturation: 0.44 and the lightness value of b050bb is 0.52.

The process color (four color CMYK) of #b050bb color hex is 0.06, 0.57, 0.00, 0.27. Web safe color of #b050bb is #9966cc. Color #b050bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 10111011
Octal 260 120 273
Decimal 176 80 187
Hex B0 50 BB

RGB Percentages of Color #b050bb

%39.73
%18.06
%42.21

CMYK Percentages of Color #b050bb

%6
%57
%0
%27

Triadic Colors of #b050bb

#b050bb #bbb050 #50bbb0

Analogous Colors of #b050bb

#b050bb #bb5091 #7b50bb

Monochromatic Colors of #b050bb

#b050bb

Complementary Color

#b050bb #5bbb50

#b050bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b050bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b050bb Color CSS Codes

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

#b050bb Text Font Color

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

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


#b050bb Background Color

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

This div background color is #b050bb


#b050bb Border Color

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

This div border color is #b050bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,80,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b050bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b050bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b050bb;
  box-shadow:         1px 1px 3px 2px #b050bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,80,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b050bb


Comments

No comments written yet.

Please login to write comment.