Color Hex Logo

#bc41dc Color Hex

#BC41DC
(188,65,220)
0 Favorites   0 Comments

Color spaces of #bc41dc

RGB 18865220
HSL0.800.690.56
HSV288°70°86°
CMYK 0.150.700.00   0.14
XYZ35.547619.639369.6273
Yxy19.63930.28480.1573
Hunter Lab44.316265.6276-62.1319
CIE-Lab51.426969.6084-56.0538

#bc41dc color RGB value is (188,65,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 11011100
Octal 274 101 334
Decimal 188 65 220
Hex BC 41 DC

RGB Percentages of Color #bc41dc

%39.75
%13.74
%46.51

CMYK Percentages of Color #bc41dc

%15
%70
%0
%14

Triadic Colors of #bc41dc

#bc41dc #dcbc41 #41dcbc

Analogous Colors of #bc41dc

#bc41dc #dc41af #6f41dc

Monochromatic Colors of #bc41dc

#bc41dc

Complementary Color

#bc41dc #61dc41

#bc41dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc41dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc41dc Color CSS Codes

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

#bc41dc Text Font Color

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

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


#bc41dc Background Color

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

This div background color is #bc41dc


#bc41dc Border Color

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

This div border color is #bc41dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc41dc


Comments

No comments written yet.

Please login to write comment.