Color Hex Logo

#bc6feb Color Hex

#BC6FEB
(188,111,235)
0 Favorites   0 Comments

Color spaces of #bc6feb

RGB 188111235
HSL0.770.760.68
HSV277°53°92°
CMYK 0.200.530.00   0.08
XYZ41.418928.058481.8301
Yxy28.05840.27370.1854
Hunter Lab52.970246.8764-54.5140
CIE-Lab59.941551.7396-50.9029

#bc6feb color RGB value is (188,111,235).

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

The process color (four color CMYK) of #bc6feb color hex is 0.20, 0.53, 0.00, 0.08. Web safe color of #bc6feb is #cc66ff. Color #bc6feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101111 11101011
Octal 274 157 353
Decimal 188 111 235
Hex BC 6F EB

RGB Percentages of Color #bc6feb

%35.21
%20.79
%44.01

CMYK Percentages of Color #bc6feb

%20
%53
%0
%8

Triadic Colors of #bc6feb

#bc6feb #ebbc6f #6febbc

Analogous Colors of #bc6feb

#bc6feb #eb6fdc #7e6feb

Monochromatic Colors of #bc6feb

#bc6feb

Complementary Color

#bc6feb #9eeb6f

#bc6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6feb Color CSS Codes

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

#bc6feb Text Font Color

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

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


#bc6feb Background Color

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

This div background color is #bc6feb


#bc6feb Border Color

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

This div border color is #bc6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6feb


Comments

No comments written yet.

Please login to write comment.