Color Hex Logo

#bc46eb Color Hex

#BC46EB
(188,70,235)
0 Favorites   0 Comments

Color spaces of #bc46eb

RGB 18870235
HSL0.790.800.60
HSV283°70°92°
CMYK 0.200.700.00   0.08
XYZ37.924621.069880.6653
Yxy21.06980.27160.1509
Hunter Lab45.901967.1504-72.0616
CIE-Lab53.025870.5736-61.9596

#bc46eb color RGB value is (188,70,235).

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

The process color (four color CMYK) of #bc46eb color hex is 0.20, 0.70, 0.00, 0.08. Web safe color of #bc46eb is #cc33ff. Color #bc46eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 11101011
Octal 274 106 353
Decimal 188 70 235
Hex BC 46 EB

RGB Percentages of Color #bc46eb

%38.13
%14.20
%47.67

CMYK Percentages of Color #bc46eb

%20
%70
%0
%8

Triadic Colors of #bc46eb

#bc46eb #ebbc46 #46ebbc

Analogous Colors of #bc46eb

#bc46eb #eb46c8 #6a46eb

Monochromatic Colors of #bc46eb

#bc46eb

Complementary Color

#bc46eb #75eb46

#bc46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc46eb Color CSS Codes

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

#bc46eb Text Font Color

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

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


#bc46eb Background Color

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

This div background color is #bc46eb


#bc46eb Border Color

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

This div border color is #bc46eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc46eb


Comments

No comments written yet.

Please login to write comment.