Color Hex Logo

#b011df Color Hex

#B011DF
(176,17,223)
0 Favorites   0 Comments

Color spaces of #b011df

RGB 17617223
HSL0.800.860.47
HSV286°92°87°
CMYK 0.210.920.00   0.13
XYZ31.424214.958771.0431
Yxy14.95870.26760.1274
Hunter Lab38.676577.3454-81.8336
CIE-Lab45.577680.3159-67.2989

#b011df color RGB value is (176,17,223).

#b011df hex color red value is 176, green value is 17 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b011df hue: 0.80 , saturation: 0.86 and the lightness value of b011df is 0.47.

The process color (four color CMYK) of #b011df color hex is 0.21, 0.92, 0.00, 0.13. Web safe color of #b011df is #9900cc. Color #b011df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 11011111
Octal 260 21 337
Decimal 176 17 223
Hex B0 11 DF

RGB Percentages of Color #b011df

%42.31
%4.09
%53.61

CMYK Percentages of Color #b011df

%21
%92
%0
%13

Triadic Colors of #b011df

#b011df #dfb011 #11dfb0

Analogous Colors of #b011df

#b011df #df11a7 #4911df

Monochromatic Colors of #b011df

#b011df

Complementary Color

#b011df #40df11

#b011df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011df Color CSS Codes

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

#b011df Text Font Color

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

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


#b011df Background Color

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

This div background color is #b011df


#b011df Border Color

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

This div border color is #b011df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011df


Comments

No comments written yet.

Please login to write comment.