Color Hex Logo

#bc4ebc Color Hex

#BC4EBC
(188,78,188)
0 Favorites   0 Comments

Color spaces of #bc4ebc

RGB 18878188
HSL0.830.450.52
HSV300°59°74°
CMYK 0.000.590.00   0.26
XYZ32.540519.771049.6781
Yxy19.77100.31910.1939
Hunter Lab44.464652.8185-35.1166
CIE-Lab51.577358.5014-37.4558

#bc4ebc color RGB value is (188,78,188).

#bc4ebc hex color red value is 188, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc4ebc hue: 0.83 , saturation: 0.45 and the lightness value of bc4ebc is 0.52.

The process color (four color CMYK) of #bc4ebc color hex is 0.00, 0.59, 0.00, 0.26. Web safe color of #bc4ebc is #cc66cc. Color #bc4ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 10111100
Octal 274 116 274
Decimal 188 78 188
Hex BC 4E BC

RGB Percentages of Color #bc4ebc

%41.41
%17.18
%41.41

CMYK Percentages of Color #bc4ebc

%0
%59
%0
%26

Triadic Colors of #bc4ebc

#bc4ebc #bcbc4e #4ebcbc

Analogous Colors of #bc4ebc

#bc4ebc #bc4e85 #854ebc

Monochromatic Colors of #bc4ebc

#bc4ebc

Complementary Color

#bc4ebc #4ebc4e

#bc4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ebc Color CSS Codes

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

#bc4ebc Text Font Color

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

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


#bc4ebc Background Color

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

This div background color is #bc4ebc


#bc4ebc Border Color

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

This div border color is #bc4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ebc


Comments

No comments written yet.

Please login to write comment.