Color Hex Logo

#b611c7 Color Hex

#B611C7
(182,17,199)
0 Favorites   0 Comments

Color spaces of #b611c7

RGB 18217199
HSL0.820.840.42
HSV294°91°78°
CMYK 0.090.910.00   0.22
XYZ29.800714.469555.2551
Yxy14.46950.29940.1454
Hunter Lab38.038873.2742-59.4974
CIE-Lab44.898977.1818-54.5289

#b611c7 color RGB value is (182,17,199).

#b611c7 hex color red value is 182, green value is 17 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b611c7 hue: 0.82 , saturation: 0.84 and the lightness value of b611c7 is 0.42.

The process color (four color CMYK) of #b611c7 color hex is 0.09, 0.91, 0.00, 0.22. Web safe color of #b611c7 is #cc00cc. Color #b611c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 11000111
Octal 266 21 307
Decimal 182 17 199
Hex B6 11 C7

RGB Percentages of Color #b611c7

%45.73
%4.27
%50.00

CMYK Percentages of Color #b611c7

%9
%91
%0
%22

Triadic Colors of #b611c7

#b611c7 #c7b611 #11c7b6

Analogous Colors of #b611c7

#b611c7 #c7117d #5b11c7

Monochromatic Colors of #b611c7

#b611c7

Complementary Color

#b611c7 #22c711

#b611c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b611c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b611c7 Color CSS Codes

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

#b611c7 Text Font Color

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

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


#b611c7 Background Color

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

This div background color is #b611c7


#b611c7 Border Color

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

This div border color is #b611c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b611c7


Comments

No comments written yet.

Please login to write comment.