Color Hex Logo

#bc00ec Color Hex

#BC00EC
(188,0,236)
0 Favorites   0 Comments

Color spaces of #bc00ec

RGB 1880236
HSL0.801.000.46
HSV288°100°93°
CMYK 0.201.000.00   0.07
XYZ35.879416.747580.6984
Yxy16.74750.26910.1256
Hunter Lab40.923784.8814-88.2687
CIE-Lab47.940385.7543-70.7524

#bc00ec color RGB value is (188,0,236).

#bc00ec hex color red value is 188, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc00ec hue: 0.80 , saturation: 1.00 and the lightness value of bc00ec is 0.46.

The process color (four color CMYK) of #bc00ec color hex is 0.20, 1.00, 0.00, 0.07. Web safe color of #bc00ec is #cc00ff. Color #bc00ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 11101100
Octal 274 0 354
Decimal 188 0 236
Hex BC 0 EC

RGB Percentages of Color #bc00ec

%44.34
%0.00
%55.66

CMYK Percentages of Color #bc00ec

%20
%100
%0
%7

Triadic Colors of #bc00ec

#bc00ec #ecbc00 #00ecbc

Analogous Colors of #bc00ec

#bc00ec #ec00a6 #4600ec

Monochromatic Colors of #bc00ec

#bc00ec

Complementary Color

#bc00ec #30ec00

#bc00ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc00ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc00ec Color CSS Codes

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

#bc00ec Text Font Color

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

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


#bc00ec Background Color

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

This div background color is #bc00ec


#bc00ec Border Color

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

This div border color is #bc00ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc00ec


Comments

No comments written yet.

Please login to write comment.