Color Hex Logo

#bc7eec Color Hex

#BC7EEC
(188,126,236)
0 Favorites   0 Comments

Color spaces of #bc7eec

RGB 188126236
HSL0.760.740.71
HSV274°47°93°
CMYK 0.200.470.00   0.07
XYZ43.340231.669283.1854
Yxy31.66920.27400.2002
Hunter Lab56.275438.9889-48.2488
CIE-Lab63.068544.0338-46.5098

#bc7eec color RGB value is (188,126,236).

#bc7eec hex color red value is 188, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc7eec hue: 0.76 , saturation: 0.74 and the lightness value of bc7eec is 0.71.

The process color (four color CMYK) of #bc7eec color hex is 0.20, 0.47, 0.00, 0.07. Web safe color of #bc7eec is #cc66ff. Color #bc7eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111110 11101100
Octal 274 176 354
Decimal 188 126 236
Hex BC 7E EC

RGB Percentages of Color #bc7eec

%34.18
%22.91
%42.91

CMYK Percentages of Color #bc7eec

%20
%47
%0
%7

Triadic Colors of #bc7eec

#bc7eec #ecbc7e #7eecbc

Analogous Colors of #bc7eec

#bc7eec #ec7ee5 #857eec

Monochromatic Colors of #bc7eec

#bc7eec

Complementary Color

#bc7eec #aeec7e

#bc7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7eec Color CSS Codes

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

#bc7eec Text Font Color

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

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


#bc7eec Background Color

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

This div background color is #bc7eec


#bc7eec Border Color

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

This div border color is #bc7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7eec


Comments

No comments written yet.

Please login to write comment.