Color Hex Logo

#bc7cfe Color Hex

#BC7CFE
(188,124,254)
0 Favorites   0 Comments

Color spaces of #bc7cfe

RGB 188124254
HSL0.750.980.74
HSV270°51°100°
CMYK 0.260.510.00   0.00
XYZ45.836132.262497.5774
Yxy32.26240.26090.1836
Hunter Lab56.800044.6448-62.0950
CIE-Lab63.559249.1692-55.6524

#bc7cfe color RGB value is (188,124,254).

#bc7cfe hex color red value is 188, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bc7cfe hue: 0.75 , saturation: 0.98 and the lightness value of bc7cfe is 0.74.

The process color (four color CMYK) of #bc7cfe color hex is 0.26, 0.51, 0.00, 0.00. Web safe color of #bc7cfe is #cc66ff. Color #bc7cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111100 11111110
Octal 274 174 376
Decimal 188 124 254
Hex BC 7C FE

RGB Percentages of Color #bc7cfe

%33.22
%21.91
%44.88

CMYK Percentages of Color #bc7cfe

%26
%51
%0
%0

Triadic Colors of #bc7cfe

#bc7cfe #febc7c #7cfebc

Analogous Colors of #bc7cfe

#bc7cfe #fd7cfe #7c7dfe

Monochromatic Colors of #bc7cfe

#bc7cfe

Complementary Color

#bc7cfe #befe7c

#bc7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7cfe Color CSS Codes

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

#bc7cfe Text Font Color

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

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


#bc7cfe Background Color

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

This div background color is #bc7cfe


#bc7cfe Border Color

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

This div border color is #bc7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7cfe


Comments

No comments written yet.

Please login to write comment.