Color Hex Logo

#ba13af Color Hex

#BA13AF
(186,19,175)
0 Favorites   0 Comments

Color spaces of #ba13af

RGB 18619175
HSL0.840.810.40
HSV304°90°73°
CMYK 0.000.900.06   0.27
XYZ28.220414.000041.7723
Yxy14.00000.33600.1667
Hunter Lab37.416669.1496-40.0004
CIE-Lab44.232973.9386-41.4748

#ba13af color RGB value is (186,19,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 10101111
Octal 272 23 257
Decimal 186 19 175
Hex BA 13 AF

RGB Percentages of Color #ba13af

%48.95
%5.00
%46.05

CMYK Percentages of Color #ba13af

%0
%90
%6
%27

Triadic Colors of #ba13af

#ba13af #afba13 #13afba

Analogous Colors of #ba13af

#ba13af #ba135c #7213ba

Monochromatic Colors of #ba13af

#ba13af

Complementary Color

#ba13af #13ba1e

#ba13af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba13af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba13af Color CSS Codes

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

#ba13af Text Font Color

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

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


#ba13af Background Color

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

This div background color is #ba13af


#ba13af Border Color

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

This div border color is #ba13af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba13af


Comments

No comments written yet.

Please login to write comment.