Color Hex Logo

#bc55ec Color Hex

#BC55EC
(188,85,236)
0 Favorites   0 Comments

Color spaces of #bc55ec

RGB 18885236
HSL0.780.800.63
HSV281°64°93°
CMYK 0.200.640.00   0.07
XYZ39.127923.244581.7813
Yxy23.24450.27140.1612
Hunter Lab48.212660.4934-66.8228
CIE-Lab55.323364.5233-58.8291

#bc55ec color RGB value is (188,85,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 11101100
Octal 274 125 354
Decimal 188 85 236
Hex BC 55 EC

RGB Percentages of Color #bc55ec

%36.94
%16.70
%46.37

CMYK Percentages of Color #bc55ec

%20
%64
%0
%7

Triadic Colors of #bc55ec

#bc55ec #ecbc55 #55ecbc

Analogous Colors of #bc55ec

#bc55ec #ec55d1 #7155ec

Monochromatic Colors of #bc55ec

#bc55ec

Complementary Color

#bc55ec #85ec55

#bc55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc55ec Color CSS Codes

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

#bc55ec Text Font Color

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

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


#bc55ec Background Color

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

This div background color is #bc55ec


#bc55ec Border Color

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

This div border color is #bc55ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc55ec


Comments

No comments written yet.

Please login to write comment.