Color Hex Logo

#bc11eb Color Hex

#BC11EB
(188,17,235)
0 Favorites   0 Comments

Color spaces of #bc11eb

RGB 18817235
HSL0.800.870.49
HSV287°93°92°
CMYK 0.200.930.00   0.08
XYZ35.934917.090480.0021
Yxy17.09040.27010.1285
Hunter Lab41.340582.8136-85.7995
CIE-Lab48.373784.0723-69.4830

#bc11eb color RGB value is (188,17,235).

#bc11eb hex color red value is 188, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc11eb hue: 0.80 , saturation: 0.87 and the lightness value of bc11eb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 11101011
Octal 274 21 353
Decimal 188 17 235
Hex BC 11 EB

RGB Percentages of Color #bc11eb

%42.73
%3.86
%53.41

CMYK Percentages of Color #bc11eb

%20
%93
%0
%8

Triadic Colors of #bc11eb

#bc11eb #ebbc11 #11ebbc

Analogous Colors of #bc11eb

#bc11eb #eb11ad #4f11eb

Monochromatic Colors of #bc11eb

#bc11eb

Complementary Color

#bc11eb #40eb11

#bc11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc11eb Color CSS Codes

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

#bc11eb Text Font Color

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

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


#bc11eb Background Color

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

This div background color is #bc11eb


#bc11eb Border Color

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

This div border color is #bc11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc11eb


Comments

No comments written yet.

Please login to write comment.