Color Hex Logo

#b116de Color Hex

#B116DE
(177,22,222)
0 Favorites   0 Comments

Color spaces of #b116de

RGB 17722222
HSL0.800.820.48
HSV287°90°87°
CMYK 0.200.900.00   0.13
XYZ31.603215.194970.3745
Yxy15.19490.26970.1297
Hunter Lab38.980676.5012-79.7540
CIE-Lab45.900079.5814-66.1971

#b116de color RGB value is (177,22,222).

#b116de hex color red value is 177, green value is 22 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b116de hue: 0.80 , saturation: 0.82 and the lightness value of b116de is 0.48.

The process color (four color CMYK) of #b116de color hex is 0.20, 0.90, 0.00, 0.13. Web safe color of #b116de is #9900cc. Color #b116de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010110 11011110
Octal 261 26 336
Decimal 177 22 222
Hex B1 16 DE

RGB Percentages of Color #b116de

%42.04
%5.23
%52.73

CMYK Percentages of Color #b116de

%20
%90
%0
%13

Triadic Colors of #b116de

#b116de #deb116 #16deb1

Analogous Colors of #b116de

#b116de #de16a7 #4d16de

Monochromatic Colors of #b116de

#b116de

Complementary Color

#b116de #43de16

#b116de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b116de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b116de Color CSS Codes

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

#b116de Text Font Color

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

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


#b116de Background Color

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

This div background color is #b116de


#b116de Border Color

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

This div border color is #b116de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,22,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b116de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b116de;
  -webkit-box-shadow: 1px 1px 3px 2px #b116de;
  box-shadow:         1px 1px 3px 2px #b116de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,22,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b116de


Comments

No comments written yet.

Please login to write comment.