Color Hex Logo

#bc40de Color Hex

#BC40DE
(188,64,222)
0 Favorites   0 Comments

Color spaces of #bc40de

RGB 18864222
HSL0.800.710.56
HSV287°71°87°
CMYK 0.150.710.00   0.13
XYZ35.757219.632171.0120
Yxy19.63210.28290.1553
Hunter Lab44.308166.5125-64.0075
CIE-Lab51.418770.3506-57.2027

#bc40de color RGB value is (188,64,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 11011110
Octal 274 100 336
Decimal 188 64 222
Hex BC 40 DE

RGB Percentages of Color #bc40de

%39.66
%13.50
%46.84

CMYK Percentages of Color #bc40de

%15
%71
%0
%13

Triadic Colors of #bc40de

#bc40de #debc40 #40debc

Analogous Colors of #bc40de

#bc40de #de40b1 #6d40de

Monochromatic Colors of #bc40de

#bc40de

Complementary Color

#bc40de #62de40

#bc40de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc40de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc40de Color CSS Codes

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

#bc40de Text Font Color

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

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


#bc40de Background Color

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

This div background color is #bc40de


#bc40de Border Color

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

This div border color is #bc40de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc40de


Comments

No comments written yet.

Please login to write comment.