Color Hex Logo

#b311bb Color Hex

#B311BB
(179,17,187)
0 Favorites   0 Comments

Color spaces of #b311bb

RGB 17917187
HSL0.830.830.40
HSV297°91°73°
CMYK 0.040.910.00   0.27
XYZ27.760513.572548.1703
Yxy13.57250.31020.1516
Hunter Lab36.840970.0326-51.7344
CIE-Lab43.613574.7866-49.6128

#b311bb color RGB value is (179,17,187).

#b311bb hex color red value is 179, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b311bb hue: 0.83 , saturation: 0.83 and the lightness value of b311bb is 0.40.

The process color (four color CMYK) of #b311bb color hex is 0.04, 0.91, 0.00, 0.27. Web safe color of #b311bb is #cc00cc. Color #b311bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010001 10111011
Octal 263 21 273
Decimal 179 17 187
Hex B3 11 BB

RGB Percentages of Color #b311bb

%46.74
%4.44
%48.83

CMYK Percentages of Color #b311bb

%4
%91
%0
%27

Triadic Colors of #b311bb

#b311bb #bbb311 #11bbb3

Analogous Colors of #b311bb

#b311bb #bb116e #5e11bb

Monochromatic Colors of #b311bb

#b311bb

Complementary Color

#b311bb #19bb11

#b311bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b311bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b311bb Color CSS Codes

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

#b311bb Text Font Color

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

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


#b311bb Background Color

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

This div background color is #b311bb


#b311bb Border Color

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

This div border color is #b311bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b311bb


Comments

No comments written yet.

Please login to write comment.