Color Hex Logo

#ba15af Color Hex

#BA15AF
(186,21,175)
0 Favorites   0 Comments

Color spaces of #ba15af

RGB 18621175
HSL0.840.800.41
HSV304°89°73°
CMYK 0.000.890.06   0.27
XYZ28.255714.070641.7841
Yxy14.07060.33590.1673
Hunter Lab37.510868.8145-39.7869
CIE-Lab44.334073.6419-41.3142

#ba15af color RGB value is (186,21,175).

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

The process color (four color CMYK) of #ba15af color hex is 0.00, 0.89, 0.06, 0.27. Web safe color of #ba15af is #cc0099. Color #ba15af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 10101111
Octal 272 25 257
Decimal 186 21 175
Hex BA 15 AF

RGB Percentages of Color #ba15af

%48.69
%5.50
%45.81

CMYK Percentages of Color #ba15af

%0
%89
%6
%27

Triadic Colors of #ba15af

#ba15af #afba15 #15afba

Analogous Colors of #ba15af

#ba15af #ba155d #7315ba

Monochromatic Colors of #ba15af

#ba15af

Complementary Color

#ba15af #15ba20

#ba15af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba15af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba15af Color CSS Codes

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

#ba15af Text Font Color

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

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


#ba15af Background Color

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

This div background color is #ba15af


#ba15af Border Color

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

This div border color is #ba15af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba15af


Comments

No comments written yet.

Please login to write comment.