Color Hex Logo

#bc41df Color Hex

#BC41DF
(188,65,223)
0 Favorites   0 Comments

Color spaces of #bc41df

RGB 18865223
HSL0.800.710.56
HSV287°71°87°
CMYK 0.160.710.00   0.13
XYZ35.948619.799771.7391
Yxy19.79970.28200.1553
Hunter Lab44.496966.3390-64.4412
CIE-Lab51.610070.1688-57.4629

#bc41df color RGB value is (188,65,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 11011111
Octal 274 101 337
Decimal 188 65 223
Hex BC 41 DF

RGB Percentages of Color #bc41df

%39.50
%13.66
%46.85

CMYK Percentages of Color #bc41df

%16
%71
%0
%13

Triadic Colors of #bc41df

#bc41df #dfbc41 #41dfbc

Analogous Colors of #bc41df

#bc41df #df41b3 #6d41df

Monochromatic Colors of #bc41df

#bc41df

Complementary Color

#bc41df #64df41

#bc41df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc41df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc41df Color CSS Codes

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

#bc41df Text Font Color

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

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


#bc41df Background Color

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

This div background color is #bc41df


#bc41df Border Color

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

This div border color is #bc41df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc41df


Comments

No comments written yet.

Please login to write comment.