Color Hex Logo

#bc2edb Color Hex

#BC2EDB
(188,46,219)
0 Favorites   0 Comments

Color spaces of #bc2edb

RGB 18846219
HSL0.800.710.52
HSV289°79°86°
CMYK 0.140.790.00   0.14
XYZ34.502217.759868.6274
Yxy17.75980.28540.1469
Hunter Lab42.142472.3898-67.0520
CIE-Lab49.203575.6257-59.0585

#bc2edb color RGB value is (188,46,219).

#bc2edb hex color red value is 188, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc2edb hue: 0.80 , saturation: 0.71 and the lightness value of bc2edb is 0.52.

The process color (four color CMYK) of #bc2edb color hex is 0.14, 0.79, 0.00, 0.14. Web safe color of #bc2edb is #cc33cc. Color #bc2edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101110 11011011
Octal 274 56 333
Decimal 188 46 219
Hex BC 2E DB

RGB Percentages of Color #bc2edb

%41.50
%10.15
%48.34

CMYK Percentages of Color #bc2edb

%14
%79
%0
%14

Triadic Colors of #bc2edb

#bc2edb #dbbc2e #2edbbc

Analogous Colors of #bc2edb

#bc2edb #db2ea4 #662edb

Monochromatic Colors of #bc2edb

#bc2edb

Complementary Color

#bc2edb #4ddb2e

#bc2edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2edb Color CSS Codes

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

#bc2edb Text Font Color

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

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


#bc2edb Background Color

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

This div background color is #bc2edb


#bc2edb Border Color

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

This div border color is #bc2edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,46,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 #bc2edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2edb


Comments

No comments written yet.

Please login to write comment.