Color Hex Logo

#bc40da Color Hex

#BC40DA
(188,64,218)
0 Favorites   0 Comments

Color spaces of #bc40da

RGB 18864218
HSL0.800.680.55
HSV288°71°85°
CMYK 0.140.710.00   0.15
XYZ35.227319.420168.2214
Yxy19.42010.28670.1581
Hunter Lab44.068265.5700-60.9382
CIE-Lab51.175169.6085-55.3203

#bc40da color RGB value is (188,64,218).

#bc40da hex color red value is 188, green value is 64 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc40da hue: 0.80 , saturation: 0.68 and the lightness value of bc40da is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 11011010
Octal 274 100 332
Decimal 188 64 218
Hex BC 40 DA

RGB Percentages of Color #bc40da

%40.00
%13.62
%46.38

CMYK Percentages of Color #bc40da

%14
%71
%0
%15

Triadic Colors of #bc40da

#bc40da #dabc40 #40dabc

Analogous Colors of #bc40da

#bc40da #da40ab #6f40da

Monochromatic Colors of #bc40da

#bc40da

Complementary Color

#bc40da #5eda40

#bc40da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc40da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc40da Color CSS Codes

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

#bc40da Text Font Color

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

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


#bc40da Background Color

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

This div background color is #bc40da


#bc40da Border Color

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

This div border color is #bc40da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc40da


Comments

No comments written yet.

Please login to write comment.