Color Hex Logo

#bc46df Color Hex

#BC46DF
(188,70,223)
0 Favorites   0 Comments

Color spaces of #bc46df

RGB 18870223
HSL0.800.710.57
HSV286°69°87°
CMYK 0.160.690.00   0.13
XYZ36.248520.399471.8390
Yxy20.39940.28210.1588
Hunter Lab45.165764.2183-62.6886
CIE-Lab52.285868.2586-56.3784

#bc46df color RGB value is (188,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 11011111
Octal 274 106 337
Decimal 188 70 223
Hex BC 46 DF

RGB Percentages of Color #bc46df

%39.09
%14.55
%46.36

CMYK Percentages of Color #bc46df

%16
%69
%0
%13

Triadic Colors of #bc46df

#bc46df #dfbc46 #46dfbc

Analogous Colors of #bc46df

#bc46df #df46b6 #7046df

Monochromatic Colors of #bc46df

#bc46df

Complementary Color

#bc46df #69df46

#bc46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc46df Color CSS Codes

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

#bc46df Text Font Color

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

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


#bc46df Background Color

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

This div background color is #bc46df


#bc46df Border Color

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

This div border color is #bc46df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc46df


Comments

No comments written yet.

Please login to write comment.