Color Hex Logo

#bc05eb Color Hex

#BC05EB
(188,5,235)
0 Favorites   0 Comments

Color spaces of #bc05eb

RGB 1885235
HSL0.800.960.47
HSV288°98°92°
CMYK 0.200.980.00   0.08
XYZ35.788716.798179.9533
Yxy16.79810.27000.1267
Hunter Lab40.985584.1424-86.9714
CIE-Lab48.004685.1723-70.0827

#bc05eb color RGB value is (188,5,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000101 11101011
Octal 274 5 353
Decimal 188 5 235
Hex BC 5 EB

RGB Percentages of Color #bc05eb

%43.93
%1.17
%54.91

CMYK Percentages of Color #bc05eb

%20
%98
%0
%8

Triadic Colors of #bc05eb

#bc05eb #ebbc05 #05ebbc

Analogous Colors of #bc05eb

#bc05eb #eb05a7 #4905eb

Monochromatic Colors of #bc05eb

#bc05eb

Complementary Color

#bc05eb #34eb05

#bc05eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc05eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc05eb Color CSS Codes

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

#bc05eb Text Font Color

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

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


#bc05eb Background Color

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

This div background color is #bc05eb


#bc05eb Border Color

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

This div border color is #bc05eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc05eb


Comments

No comments written yet.

Please login to write comment.