Color Hex Logo

#bc31dc Color Hex

#BC31DC
(188,49,220)
0 Favorites   0 Comments

Color spaces of #bc31dc

RGB 18849220
HSL0.800.710.53
HSV289°78°86°
CMYK 0.150.780.00   0.14
XYZ34.755618.055369.3633
Yxy18.05530.28450.1478
Hunter Lab42.491571.6424-67.0411
CIE-Lab49.563174.9465-59.0492

#bc31dc color RGB value is (188,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 11011100
Octal 274 61 334
Decimal 188 49 220
Hex BC 31 DC

RGB Percentages of Color #bc31dc

%41.14
%10.72
%48.14

CMYK Percentages of Color #bc31dc

%15
%78
%0
%14

Triadic Colors of #bc31dc

#bc31dc #dcbc31 #31dcbc

Analogous Colors of #bc31dc

#bc31dc #dc31a7 #6731dc

Monochromatic Colors of #bc31dc

#bc31dc

Complementary Color

#bc31dc #51dc31

#bc31dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc31dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc31dc Color CSS Codes

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

#bc31dc Text Font Color

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

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


#bc31dc Background Color

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

This div background color is #bc31dc


#bc31dc Border Color

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

This div border color is #bc31dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc31dc


Comments

No comments written yet.

Please login to write comment.