Color Hex Logo

#bc54cc Color Hex

#BC54CC
(188,84,204)
0 Favorites   0 Comments

Color spaces of #bc54cc

RGB 18884204
HSL0.810.540.56
HSV292°59°80°
CMYK 0.080.590.00   0.20
XYZ34.808421.391659.4211
Yxy21.39160.30110.1850
Hunter Lab46.251153.3992-43.7972
CIE-Lab53.375458.6951-43.8266

#bc54cc color RGB value is (188,84,204).

#bc54cc hex color red value is 188, green value is 84 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc54cc hue: 0.81 , saturation: 0.54 and the lightness value of bc54cc is 0.56.

The process color (four color CMYK) of #bc54cc color hex is 0.08, 0.59, 0.00, 0.20. Web safe color of #bc54cc is #cc66cc. Color #bc54cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11001100
Octal 274 124 314
Decimal 188 84 204
Hex BC 54 CC

RGB Percentages of Color #bc54cc

%39.50
%17.65
%42.86

CMYK Percentages of Color #bc54cc

%8
%59
%0
%20

Triadic Colors of #bc54cc

#bc54cc #ccbc54 #54ccbc

Analogous Colors of #bc54cc

#bc54cc #cc54a0 #8054cc

Monochromatic Colors of #bc54cc

#bc54cc

Complementary Color

#bc54cc #64cc54

#bc54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54cc Color CSS Codes

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

#bc54cc Text Font Color

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

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


#bc54cc Background Color

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

This div background color is #bc54cc


#bc54cc Border Color

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

This div border color is #bc54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54cc


Comments

No comments written yet.

Please login to write comment.