Color Hex Logo

#bc6edb Color Hex

#BC6EDB
(188,110,219)
0 Favorites   0 Comments

Color spaces of #bc6edb

RGB 188110219
HSL0.790.600.65
HSV283°50°86°
CMYK 0.140.500.00   0.14
XYZ39.101226.957770.1603
Yxy26.95770.28700.1979
Hunter Lab51.920843.5657-43.7737
CIE-Lab58.935248.8703-43.5471

#bc6edb color RGB value is (188,110,219).

#bc6edb hex color red value is 188, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc6edb hue: 0.79 , saturation: 0.60 and the lightness value of bc6edb is 0.65.

The process color (four color CMYK) of #bc6edb color hex is 0.14, 0.50, 0.00, 0.14. Web safe color of #bc6edb is #cc66cc. Color #bc6edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101110 11011011
Octal 274 156 333
Decimal 188 110 219
Hex BC 6E DB

RGB Percentages of Color #bc6edb

%36.36
%21.28
%42.36

CMYK Percentages of Color #bc6edb

%14
%50
%0
%14

Triadic Colors of #bc6edb

#bc6edb #dbbc6e #6edbbc

Analogous Colors of #bc6edb

#bc6edb #db6ec4 #866edb

Monochromatic Colors of #bc6edb

#bc6edb

Complementary Color

#bc6edb #8ddb6e

#bc6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6edb Color CSS Codes

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

#bc6edb Text Font Color

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

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


#bc6edb Background Color

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

This div background color is #bc6edb


#bc6edb Border Color

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

This div border color is #bc6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6edb


Comments

No comments written yet.

Please login to write comment.