Color Hex Logo

#b051bb Color Hex

#B051BB
(176,81,187)
0 Favorites   0 Comments

Color spaces of #b051bb

RGB 17681187
HSL0.820.440.53
HSV294°57°73°
CMYK 0.060.570.00   0.27
XYZ29.816618.702849.0522
Yxy18.70280.30560.1917
Hunter Lab43.246747.3856-36.9764
CIE-Lab50.337753.7991-38.9438

#b051bb color RGB value is (176,81,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 10111011
Octal 260 121 273
Decimal 176 81 187
Hex B0 51 BB

RGB Percentages of Color #b051bb

%39.64
%18.24
%42.12

CMYK Percentages of Color #b051bb

%6
%57
%0
%27

Triadic Colors of #b051bb

#b051bb #bbb051 #51bbb0

Analogous Colors of #b051bb

#b051bb #bb5191 #7b51bb

Monochromatic Colors of #b051bb

#b051bb

Complementary Color

#b051bb #5cbb51

#b051bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b051bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b051bb Color CSS Codes

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

#b051bb Text Font Color

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

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


#b051bb Background Color

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

This div background color is #b051bb


#b051bb Border Color

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

This div border color is #b051bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b051bb


Comments

No comments written yet.

Please login to write comment.