Color Hex Logo

#bc6fed Color Hex

#BC6FED
(188,111,237)
0 Favorites   0 Comments

Color spaces of #bc6fed

RGB 188111237
HSL0.770.780.68
HSV277°53°93°
CMYK 0.210.530.00   0.07
XYZ41.709528.174783.3607
Yxy28.17470.27220.1839
Hunter Lab53.079847.3734-55.9577
CIE-Lab60.046252.1724-51.8490

#bc6fed color RGB value is (188,111,237).

#bc6fed hex color red value is 188, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bc6fed hue: 0.77 , saturation: 0.78 and the lightness value of bc6fed is 0.68.

The process color (four color CMYK) of #bc6fed color hex is 0.21, 0.53, 0.00, 0.07. Web safe color of #bc6fed is #cc66ff. Color #bc6fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101111 11101101
Octal 274 157 355
Decimal 188 111 237
Hex BC 6F ED

RGB Percentages of Color #bc6fed

%35.07
%20.71
%44.22

CMYK Percentages of Color #bc6fed

%21
%53
%0
%7

Triadic Colors of #bc6fed

#bc6fed #edbc6f #6fedbc

Analogous Colors of #bc6fed

#bc6fed #ed6fdf #7d6fed

Monochromatic Colors of #bc6fed

#bc6fed

Complementary Color

#bc6fed #a0ed6f

#bc6fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6fed Color CSS Codes

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

#bc6fed Text Font Color

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

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


#bc6fed Background Color

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

This div background color is #bc6fed


#bc6fed Border Color

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

This div border color is #bc6fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6fed


Comments

No comments written yet.

Please login to write comment.