Color Hex Logo

#ba13df Color Hex

#BA13DF
(186,19,223)
0 Favorites   0 Comments

Color spaces of #ba13df

RGB 18619223
HSL0.800.840.47
HSV289°91°87°
CMYK 0.170.910.00   0.13
XYZ33.801916.232671.1637
Yxy16.23260.27890.1339
Hunter Lab40.289779.2494-76.5211
CIE-Lab47.278281.4946-64.4649

#ba13df color RGB value is (186,19,223).

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

The process color (four color CMYK) of #ba13df color hex is 0.17, 0.91, 0.00, 0.13. Web safe color of #ba13df is #cc00cc. Color #ba13df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 11011111
Octal 272 23 337
Decimal 186 19 223
Hex BA 13 DF

RGB Percentages of Color #ba13df

%43.46
%4.44
%52.10

CMYK Percentages of Color #ba13df

%17
%91
%0
%13

Triadic Colors of #ba13df

#ba13df #dfba13 #13dfba

Analogous Colors of #ba13df

#ba13df #df139e #5413df

Monochromatic Colors of #ba13df

#ba13df

Complementary Color

#ba13df #38df13

#ba13df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba13df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba13df Color CSS Codes

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

#ba13df Text Font Color

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

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


#ba13df Background Color

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

This div background color is #ba13df


#ba13df Border Color

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

This div border color is #ba13df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba13df


Comments

No comments written yet.

Please login to write comment.