Color Hex Logo

#bc2fdb Color Hex

#BC2FDB
(188,47,219)
0 Favorites   0 Comments

Color spaces of #bc2fdb

RGB 18847219
HSL0.800.700.52
HSV289°79°86°
CMYK 0.140.790.00   0.14
XYZ34.541717.838968.6405
Yxy17.83890.28540.1474
Hunter Lab42.236172.0683-66.7905
CIE-Lab49.300175.3451-58.9028

#bc2fdb color RGB value is (188,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 11011011
Octal 274 57 333
Decimal 188 47 219
Hex BC 2F DB

RGB Percentages of Color #bc2fdb

%41.41
%10.35
%48.24

CMYK Percentages of Color #bc2fdb

%14
%79
%0
%14

Triadic Colors of #bc2fdb

#bc2fdb #dbbc2f #2fdbbc

Analogous Colors of #bc2fdb

#bc2fdb #db2fa4 #662fdb

Monochromatic Colors of #bc2fdb

#bc2fdb

Complementary Color

#bc2fdb #4edb2f

#bc2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fdb Color CSS Codes

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

#bc2fdb Text Font Color

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

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


#bc2fdb Background Color

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

This div background color is #bc2fdb


#bc2fdb Border Color

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

This div border color is #bc2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fdb


Comments

No comments written yet.

Please login to write comment.