Color Hex Logo

#ba24df Color Hex

#BA24DF
(186,36,223)
0 Favorites   0 Comments

Color spaces of #ba24df

RGB 18636223
HSL0.800.750.51
HSV288°84°87°
CMYK 0.170.840.00   0.13
XYZ34.199917.028671.2963
Yxy17.02860.27910.1390
Hunter Lab41.265775.7209-73.5515
CIE-Lab48.296178.4922-62.8177

#ba24df color RGB value is (186,36,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 11011111
Octal 272 44 337
Decimal 186 36 223
Hex BA 24 DF

RGB Percentages of Color #ba24df

%41.80
%8.09
%50.11

CMYK Percentages of Color #ba24df

%17
%84
%0
%13

Triadic Colors of #ba24df

#ba24df #dfba24 #24dfba

Analogous Colors of #ba24df

#ba24df #df24a7 #5c24df

Monochromatic Colors of #ba24df

#ba24df

Complementary Color

#ba24df #49df24

#ba24df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba24df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba24df Color CSS Codes

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

#ba24df Text Font Color

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

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


#ba24df Background Color

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

This div background color is #ba24df


#ba24df Border Color

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

This div border color is #ba24df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba24df


Comments

No comments written yet.

Please login to write comment.