Color Hex Logo

#ba20df Color Hex

#BA20DF
(186,32,223)
0 Favorites   0 Comments

Color spaces of #ba20df

RGB 18632223
HSL0.800.750.50
HSV288°86°87°
CMYK 0.170.860.00   0.13
XYZ34.085516.799871.2582
Yxy16.79980.27910.1375
Hunter Lab40.987676.7134-74.3863
CIE-Lab48.006879.3420-63.2855

#ba20df color RGB value is (186,32,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 11011111
Octal 272 40 337
Decimal 186 32 223
Hex BA 20 DF

RGB Percentages of Color #ba20df

%42.18
%7.26
%50.57

CMYK Percentages of Color #ba20df

%17
%86
%0
%13

Triadic Colors of #ba20df

#ba20df #dfba20 #20dfba

Analogous Colors of #ba20df

#ba20df #df20a5 #5a20df

Monochromatic Colors of #ba20df

#ba20df

Complementary Color

#ba20df #45df20

#ba20df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba20df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba20df Color CSS Codes

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

#ba20df Text Font Color

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

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


#ba20df Background Color

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

This div background color is #ba20df


#ba20df Border Color

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

This div border color is #ba20df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba20df


Comments

No comments written yet.

Please login to write comment.