Color Hex Logo

#bc00ea Color Hex

#BC00EA
(188,0,234)
0 Favorites   0 Comments

Color spaces of #bc00ea

RGB 1880234
HSL0.801.000.46
HSV288°100°92°
CMYK 0.201.000.00   0.08
XYZ35.590316.631979.1764
Yxy16.63190.27090.1266
Hunter Lab40.782284.4065-86.5606
CIE-Lab47.792885.4167-69.8616

#bc00ea color RGB value is (188,0,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 11101010
Octal 274 0 352
Decimal 188 0 234
Hex BC 0 EA

RGB Percentages of Color #bc00ea

%44.55
%0.00
%55.45

CMYK Percentages of Color #bc00ea

%20
%100
%0
%8

Triadic Colors of #bc00ea

#bc00ea #eabc00 #00eabc

Analogous Colors of #bc00ea

#bc00ea #ea00a3 #4700ea

Monochromatic Colors of #bc00ea

#bc00ea

Complementary Color

#bc00ea #2eea00

#bc00ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc00ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc00ea Color CSS Codes

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

#bc00ea Text Font Color

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

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


#bc00ea Background Color

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

This div background color is #bc00ea


#bc00ea Border Color

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

This div border color is #bc00ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc00ea


Comments

No comments written yet.

Please login to write comment.