Color Hex Logo

#bc15eb Color Hex

#BC15EB
(188,21,235)
0 Favorites   0 Comments

Color spaces of #bc15eb

RGB 18821235
HSL0.800.840.50
HSV287°91°92°
CMYK 0.200.910.00   0.08
XYZ36.002617.225980.0246
Yxy17.22590.27020.1293
Hunter Lab41.504182.2071-85.2650
CIE-Lab48.543483.5678-69.2074

#bc15eb color RGB value is (188,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 11101011
Octal 274 25 353
Decimal 188 21 235
Hex BC 15 EB

RGB Percentages of Color #bc15eb

%42.34
%4.73
%52.93

CMYK Percentages of Color #bc15eb

%20
%91
%0
%8

Triadic Colors of #bc15eb

#bc15eb #ebbc15 #15ebbc

Analogous Colors of #bc15eb

#bc15eb #eb15af #5115eb

Monochromatic Colors of #bc15eb

#bc15eb

Complementary Color

#bc15eb #44eb15

#bc15eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc15eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc15eb Color CSS Codes

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

#bc15eb Text Font Color

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

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


#bc15eb Background Color

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

This div background color is #bc15eb


#bc15eb Border Color

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

This div border color is #bc15eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc15eb


Comments

No comments written yet.

Please login to write comment.