Color Hex Logo

#ba15da Color Hex

#BA15DA
(186,21,218)
0 Favorites   0 Comments

Color spaces of #ba15da

RGB 18621218
HSL0.810.820.47
HSV290°90°85°
CMYK 0.150.900.00   0.15
XYZ33.172816.037467.6768
Yxy16.03740.28380.1372
Hunter Lab40.046777.7791-72.1642
CIE-Lab47.023580.3809-62.0216

#ba15da color RGB value is (186,21,218).

#ba15da hex color red value is 186, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba15da hue: 0.81 , saturation: 0.82 and the lightness value of ba15da is 0.47.

The process color (four color CMYK) of #ba15da color hex is 0.15, 0.90, 0.00, 0.15. Web safe color of #ba15da is #cc00cc. Color #ba15da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 11011010
Octal 272 25 332
Decimal 186 21 218
Hex BA 15 DA

RGB Percentages of Color #ba15da

%43.76
%4.94
%51.29

CMYK Percentages of Color #ba15da

%15
%90
%0
%15

Triadic Colors of #ba15da

#ba15da #daba15 #15daba

Analogous Colors of #ba15da

#ba15da #da1598 #5815da

Monochromatic Colors of #ba15da

#ba15da

Complementary Color

#ba15da #35da15

#ba15da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba15da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba15da Color CSS Codes

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

#ba15da Text Font Color

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

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


#ba15da Background Color

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

This div background color is #ba15da


#ba15da Border Color

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

This div border color is #ba15da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba15da


Comments

No comments written yet.

Please login to write comment.