Color Hex Logo

#ba24bd Color Hex

#BA24BD
(186,36,189)
0 Favorites   0 Comments

Color spaces of #ba24bd

RGB 18636189
HSL0.830.680.44
HSV299°81°74°
CMYK 0.020.810.00   0.26
XYZ30.065915.375049.5271
Yxy15.37500.31660.1619
Hunter Lab39.211068.2497-47.4411
CIE-Lab46.143672.8212-46.6681

#ba24bd color RGB value is (186,36,189).

#ba24bd hex color red value is 186, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba24bd hue: 0.83 , saturation: 0.68 and the lightness value of ba24bd is 0.44.

The process color (four color CMYK) of #ba24bd color hex is 0.02, 0.81, 0.00, 0.26. Web safe color of #ba24bd is #cc33cc. Color #ba24bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 10111101
Octal 272 44 275
Decimal 186 36 189
Hex BA 24 BD

RGB Percentages of Color #ba24bd

%45.26
%8.76
%45.99

CMYK Percentages of Color #ba24bd

%2
%81
%0
%26

Triadic Colors of #ba24bd

#ba24bd #bdba24 #24bdba

Analogous Colors of #ba24bd

#ba24bd #bd2474 #6e24bd

Monochromatic Colors of #ba24bd

#ba24bd

Complementary Color

#ba24bd #27bd24

#ba24bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba24bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba24bd Color CSS Codes

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

#ba24bd Text Font Color

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

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


#ba24bd Background Color

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

This div background color is #ba24bd


#ba24bd Border Color

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

This div border color is #ba24bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,36,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba24bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba24bd


Comments

No comments written yet.

Please login to write comment.