Color Hex Logo

#b011ce Color Hex

#B011CE
(176,17,206)
0 Favorites   0 Comments

Color spaces of #b011ce

RGB 17617206
HSL0.810.850.44
HSV290°92°81°
CMYK 0.150.920.00   0.19
XYZ29.245514.087259.5702
Yxy14.08720.28420.1369
Hunter Lab37.532973.4039-67.8288
CIE-Lab44.357777.3916-59.5110

#b011ce color RGB value is (176,17,206).

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

The process color (four color CMYK) of #b011ce color hex is 0.15, 0.92, 0.00, 0.19. Web safe color of #b011ce is #9900cc. Color #b011ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 11001110
Octal 260 21 316
Decimal 176 17 206
Hex B0 11 CE

RGB Percentages of Color #b011ce

%44.11
%4.26
%51.63

CMYK Percentages of Color #b011ce

%15
%92
%0
%19

Triadic Colors of #b011ce

#b011ce #ceb011 #11ceb0

Analogous Colors of #b011ce

#b011ce #ce118e #5211ce

Monochromatic Colors of #b011ce

#b011ce

Complementary Color

#b011ce #2fce11

#b011ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011ce Color CSS Codes

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

#b011ce Text Font Color

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

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


#b011ce Background Color

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

This div background color is #b011ce


#b011ce Border Color

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

This div border color is #b011ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011ce


Comments

No comments written yet.

Please login to write comment.