Color Hex Logo

#bc54ce Color Hex

#BC54CE
(188,84,206)
0 Favorites   0 Comments

Color spaces of #bc54ce

RGB 18884206
HSL0.810.550.57
HSV291°59°81°
CMYK 0.090.590.00   0.19
XYZ35.049921.488260.6928
Yxy21.48820.29900.1833
Hunter Lab46.355453.8443-45.1793
CIE-Lab53.479759.0710-44.8046

#bc54ce color RGB value is (188,84,206).

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

The process color (four color CMYK) of #bc54ce color hex is 0.09, 0.59, 0.00, 0.19. Web safe color of #bc54ce is #cc66cc. Color #bc54ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11001110
Octal 274 124 316
Decimal 188 84 206
Hex BC 54 CE

RGB Percentages of Color #bc54ce

%39.33
%17.57
%43.10

CMYK Percentages of Color #bc54ce

%9
%59
%0
%19

Triadic Colors of #bc54ce

#bc54ce #cebc54 #54cebc

Analogous Colors of #bc54ce

#bc54ce #ce54a3 #7f54ce

Monochromatic Colors of #bc54ce

#bc54ce

Complementary Color

#bc54ce #66ce54

#bc54ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54ce Color CSS Codes

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

#bc54ce Text Font Color

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

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


#bc54ce Background Color

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

This div background color is #bc54ce


#bc54ce Border Color

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

This div border color is #bc54ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54ce


Comments

No comments written yet.

Please login to write comment.