Color Hex Logo

#bc54ea Color Hex

#BC54EA
(188,84,234)
0 Favorites   0 Comments

Color spaces of #bc54ea

RGB 18884234
HSL0.780.780.62
HSV282°64°92°
CMYK 0.200.640.00   0.08
XYZ38.760622.972580.2331
Yxy22.97250.27300.1618
Hunter Lab47.929660.4757-65.6993
CIE-Lab55.044064.5596-58.1561

#bc54ea color RGB value is (188,84,234).

#bc54ea hex color red value is 188, green value is 84 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc54ea hue: 0.78 , saturation: 0.78 and the lightness value of bc54ea is 0.62.

The process color (four color CMYK) of #bc54ea color hex is 0.20, 0.64, 0.00, 0.08. Web safe color of #bc54ea is #cc66ff. Color #bc54ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11101010
Octal 274 124 352
Decimal 188 84 234
Hex BC 54 EA

RGB Percentages of Color #bc54ea

%37.15
%16.60
%46.25

CMYK Percentages of Color #bc54ea

%20
%64
%0
%8

Triadic Colors of #bc54ea

#bc54ea #eabc54 #54eabc

Analogous Colors of #bc54ea

#bc54ea #ea54cd #7154ea

Monochromatic Colors of #bc54ea

#bc54ea

Complementary Color

#bc54ea #82ea54

#bc54ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54ea Color CSS Codes

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

#bc54ea Text Font Color

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

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


#bc54ea Background Color

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

This div background color is #bc54ea


#bc54ea Border Color

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

This div border color is #bc54ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54ea


Comments

No comments written yet.

Please login to write comment.