Color Hex Logo

#bc4ec6 Color Hex

#BC4EC6
(188,78,198)
0 Favorites   0 Comments

Color spaces of #bc4ec6

RGB 18878198
HSL0.820.510.54
HSV295°61°78°
CMYK 0.050.610.00   0.22
XYZ33.656520.217455.5545
Yxy20.21740.30760.1848
Hunter Lab44.963854.9251-41.7805
CIE-Lab52.082160.2793-42.4316

#bc4ec6 color RGB value is (188,78,198).

#bc4ec6 hex color red value is 188, green value is 78 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bc4ec6 hue: 0.82 , saturation: 0.51 and the lightness value of bc4ec6 is 0.54.

The process color (four color CMYK) of #bc4ec6 color hex is 0.05, 0.61, 0.00, 0.22. Web safe color of #bc4ec6 is #cc66cc. Color #bc4ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 11000110
Octal 274 116 306
Decimal 188 78 198
Hex BC 4E C6

RGB Percentages of Color #bc4ec6

%40.52
%16.81
%42.67

CMYK Percentages of Color #bc4ec6

%5
%61
%0
%22

Triadic Colors of #bc4ec6

#bc4ec6 #c6bc4e #4ec6bc

Analogous Colors of #bc4ec6

#bc4ec6 #c64e94 #804ec6

Monochromatic Colors of #bc4ec6

#bc4ec6

Complementary Color

#bc4ec6 #58c64e

#bc4ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ec6 Color CSS Codes

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

#bc4ec6 Text Font Color

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

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


#bc4ec6 Background Color

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

This div background color is #bc4ec6


#bc4ec6 Border Color

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

This div border color is #bc4ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ec6


Comments

No comments written yet.

Please login to write comment.