Color Hex Logo

#b611df Color Hex

#B611DF
(182,17,223)
0 Favorites   0 Comments

Color spaces of #b611df

RGB 18217223
HSL0.800.860.47
HSV288°92°87°
CMYK 0.180.920.00   0.13
XYZ32.811115.673771.1080
Yxy15.67370.27440.1311
Hunter Lab39.590078.6532-78.7783
CIE-Lab46.543481.1660-65.6864

#b611df color RGB value is (182,17,223).

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

The process color (four color CMYK) of #b611df color hex is 0.18, 0.92, 0.00, 0.13. Web safe color of #b611df is #cc00cc. Color #b611df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 11011111
Octal 266 21 337
Decimal 182 17 223
Hex B6 11 DF

RGB Percentages of Color #b611df

%43.13
%4.03
%52.84

CMYK Percentages of Color #b611df

%18
%92
%0
%13

Triadic Colors of #b611df

#b611df #dfb611 #11dfb6

Analogous Colors of #b611df

#b611df #df11a1 #4f11df

Monochromatic Colors of #b611df

#b611df

Complementary Color

#b611df #3adf11

#b611df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b611df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b611df Color CSS Codes

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

#b611df Text Font Color

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

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


#b611df Background Color

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

This div background color is #b611df


#b611df Border Color

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

This div border color is #b611df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b611df


Comments

No comments written yet.

Please login to write comment.