Color Hex Logo

#bc20eb Color Hex

#BC20EB
(188,32,235)
0 Favorites   0 Comments

Color spaces of #bc20eb

RGB 18832235
HSL0.790.840.52
HSV286°86°92°
CMYK 0.200.860.00   0.08
XYZ36.250917.722580.1074
Yxy17.72250.27040.1322
Hunter Lab42.098180.0356-83.3528
CIE-Lab49.157881.7494-68.2104

#bc20eb color RGB value is (188,32,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 11101011
Octal 274 40 353
Decimal 188 32 235
Hex BC 20 EB

RGB Percentages of Color #bc20eb

%41.32
%7.03
%51.65

CMYK Percentages of Color #bc20eb

%20
%86
%0
%8

Triadic Colors of #bc20eb

#bc20eb #ebbc20 #20ebbc

Analogous Colors of #bc20eb

#bc20eb #eb20b5 #5720eb

Monochromatic Colors of #bc20eb

#bc20eb

Complementary Color

#bc20eb #4feb20

#bc20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc20eb Color CSS Codes

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

#bc20eb Text Font Color

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

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


#bc20eb Background Color

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

This div background color is #bc20eb


#bc20eb Border Color

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

This div border color is #bc20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc20eb


Comments

No comments written yet.

Please login to write comment.