Color Hex Logo

#bc20df Color Hex

#BC20DF
(188,32,223)
0 Favorites   0 Comments

Color spaces of #bc20df

RGB 18832223
HSL0.800.750.50
HSV289°86°87°
CMYK 0.160.860.00   0.13
XYZ34.574817.052171.2811
Yxy17.05210.28130.1387
Hunter Lab41.294277.1897-73.4391
CIE-Lab48.325679.6595-62.7544

#bc20df color RGB value is (188,32,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 11011111
Octal 274 40 337
Decimal 188 32 223
Hex BC 20 DF

RGB Percentages of Color #bc20df

%42.44
%7.22
%50.34

CMYK Percentages of Color #bc20df

%16
%86
%0
%13

Triadic Colors of #bc20df

#bc20df #dfbc20 #20dfbc

Analogous Colors of #bc20df

#bc20df #df20a3 #5c20df

Monochromatic Colors of #bc20df

#bc20df

Complementary Color

#bc20df #43df20

#bc20df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc20df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc20df Color CSS Codes

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

#bc20df Text Font Color

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

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


#bc20df Background Color

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

This div background color is #bc20df


#bc20df Border Color

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

This div border color is #bc20df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc20df


Comments

No comments written yet.

Please login to write comment.