Color Hex Logo

#bc53ce Color Hex

#BC53CE
(188,83,206)
0 Favorites   0 Comments

Color spaces of #bc53ce

RGB 18883206
HSL0.810.560.57
HSV291°60°81°
CMYK 0.090.600.00   0.19
XYZ34.972921.334160.6671
Yxy21.33410.29900.1824
Hunter Lab46.188954.3247-45.5427
CIE-Lab53.313259.5259-45.0684

#bc53ce color RGB value is (188,83,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 11001110
Octal 274 123 316
Decimal 188 83 206
Hex BC 53 CE

RGB Percentages of Color #bc53ce

%39.41
%17.40
%43.19

CMYK Percentages of Color #bc53ce

%9
%60
%0
%19

Triadic Colors of #bc53ce

#bc53ce #cebc53 #53cebc

Analogous Colors of #bc53ce

#bc53ce #ce53a3 #7f53ce

Monochromatic Colors of #bc53ce

#bc53ce

Complementary Color

#bc53ce #65ce53

#bc53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc53ce Color CSS Codes

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

#bc53ce Text Font Color

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

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


#bc53ce Background Color

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

This div background color is #bc53ce


#bc53ce Border Color

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

This div border color is #bc53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc53ce


Comments

No comments written yet.

Please login to write comment.