Color Hex Logo

#b611ff Color Hex

#B611FF
(182,17,255)
0 Favorites   0 Comments

Color spaces of #b611ff

RGB 18217255
HSL0.781.000.53
HSV282°93°100°
CMYK 0.290.930.00   0.00
XYZ37.541917.566096.0196
Yxy17.56600.24840.1162
Hunter Lab41.911886.5431-106.4946
CIE-Lab48.965486.8329-79.7824

#b611ff color RGB value is (182,17,255).

#b611ff hex color red value is 182, green value is 17 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b611ff hue: 0.78 , saturation: 1.00 and the lightness value of b611ff is 0.53.

The process color (four color CMYK) of #b611ff color hex is 0.29, 0.93, 0.00, 0.00. Web safe color of #b611ff is #cc00ff. Color #b611ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 11111111
Octal 266 21 377
Decimal 182 17 255
Hex B6 11 FF

RGB Percentages of Color #b611ff

%40.09
%3.74
%56.17

CMYK Percentages of Color #b611ff

%29
%93
%0
%0

Triadic Colors of #b611ff

#b611ff #ffb611 #11ffb6

Analogous Colors of #b611ff

#b611ff #ff11d1 #3f11ff

Monochromatic Colors of #b611ff

#b611ff

Complementary Color

#b611ff #5aff11

#b611ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b611ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b611ff Color CSS Codes

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

#b611ff Text Font Color

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

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


#b611ff Background Color

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

This div background color is #b611ff


#b611ff Border Color

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

This div border color is #b611ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b611ff


Comments

No comments written yet.

Please login to write comment.