Color Hex Logo

#bc4ecf Color Hex

#BC4ECF
(188,78,207)
0 Favorites   0 Comments

Color spaces of #bc4ecf

RGB 18878207
HSL0.810.570.56
HSV291°62°81°
CMYK 0.090.620.00   0.19
XYZ34.725920.645161.1861
Yxy20.64510.29790.1771
Hunter Lab45.436956.9071-48.0351
CIE-Lab52.558961.9319-46.8370

#bc4ecf color RGB value is (188,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 11001111
Octal 274 116 317
Decimal 188 78 207
Hex BC 4E CF

RGB Percentages of Color #bc4ecf

%39.75
%16.49
%43.76

CMYK Percentages of Color #bc4ecf

%9
%62
%0
%19

Triadic Colors of #bc4ecf

#bc4ecf #cfbc4e #4ecfbc

Analogous Colors of #bc4ecf

#bc4ecf #cf4ea2 #7c4ecf

Monochromatic Colors of #bc4ecf

#bc4ecf

Complementary Color

#bc4ecf #61cf4e

#bc4ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ecf Color CSS Codes

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

#bc4ecf Text Font Color

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

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


#bc4ecf Background Color

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

This div background color is #bc4ecf


#bc4ecf Border Color

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

This div border color is #bc4ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ecf


Comments

No comments written yet.

Please login to write comment.