Color Hex Logo

#b611ce Color Hex

#B611CE
(182,17,206)
0 Favorites   0 Comments

Color spaces of #b611ce

RGB 18217206
HSL0.810.850.44
HSV292°92°81°
CMYK 0.120.920.00   0.19
XYZ30.632414.802259.6351
Yxy14.80220.29150.1409
Hunter Lab38.473674.7915-64.9695
CIE-Lab45.362178.3162-57.8387

#b611ce color RGB value is (182,17,206).

#b611ce hex color red value is 182, green value is 17 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b611ce hue: 0.81 , saturation: 0.85 and the lightness value of b611ce is 0.44.

The process color (four color CMYK) of #b611ce color hex is 0.12, 0.92, 0.00, 0.19. Web safe color of #b611ce is #cc00cc. Color #b611ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 11001110
Octal 266 21 316
Decimal 182 17 206
Hex B6 11 CE

RGB Percentages of Color #b611ce

%44.94
%4.20
%50.86

CMYK Percentages of Color #b611ce

%12
%92
%0
%19

Triadic Colors of #b611ce

#b611ce #ceb611 #11ceb6

Analogous Colors of #b611ce

#b611ce #ce1188 #5711ce

Monochromatic Colors of #b611ce

#b611ce

Complementary Color

#b611ce #29ce11

#b611ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b611ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b611ce Color CSS Codes

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

#b611ce Text Font Color

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

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


#b611ce Background Color

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

This div background color is #b611ce


#b611ce Border Color

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

This div border color is #b611ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b611ce


Comments

No comments written yet.

Please login to write comment.