Color Hex Logo

#ba15dc Color Hex

#BA15DC
(186,21,220)
0 Favorites   0 Comments

Color spaces of #ba15dc

RGB 18621220
HSL0.800.830.47
HSV290°90°86°
CMYK 0.150.900.00   0.14
XYZ33.436116.142769.0637
Yxy16.14270.28180.1361
Hunter Lab40.178078.2362-73.7916
CIE-Lab47.161280.7166-62.9424

#ba15dc color RGB value is (186,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 11011100
Octal 272 25 334
Decimal 186 21 220
Hex BA 15 DC

RGB Percentages of Color #ba15dc

%43.56
%4.92
%51.52

CMYK Percentages of Color #ba15dc

%15
%90
%0
%14

Triadic Colors of #ba15dc

#ba15dc #dcba15 #15dcba

Analogous Colors of #ba15dc

#ba15dc #dc159b #5715dc

Monochromatic Colors of #ba15dc

#ba15dc

Complementary Color

#ba15dc #37dc15

#ba15dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba15dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba15dc Color CSS Codes

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

#ba15dc Text Font Color

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

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


#ba15dc Background Color

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

This div background color is #ba15dc


#ba15dc Border Color

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

This div border color is #ba15dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba15dc


Comments

No comments written yet.

Please login to write comment.