Color Hex Logo

#ba12af Color Hex

#BA12AF
(186,18,175)
0 Favorites   0 Comments

Color spaces of #ba12af

RGB 18618175
HSL0.840.820.40
HSV304°90°73°
CMYK 0.000.900.06   0.27
XYZ28.203913.966941.7668
Yxy13.96690.33600.1664
Hunter Lab37.372369.3077-40.1011
CIE-Lab44.185474.0783-41.5503

#ba12af color RGB value is (186,18,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10101111
Octal 272 22 257
Decimal 186 18 175
Hex BA 12 AF

RGB Percentages of Color #ba12af

%49.08
%4.75
%46.17

CMYK Percentages of Color #ba12af

%0
%90
%6
%27

Triadic Colors of #ba12af

#ba12af #afba12 #12afba

Analogous Colors of #ba12af

#ba12af #ba125b #7112ba

Monochromatic Colors of #ba12af

#ba12af

Complementary Color

#ba12af #12ba1d

#ba12af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba12af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba12af Color CSS Codes

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

#ba12af Text Font Color

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

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


#ba12af Background Color

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

This div background color is #ba12af


#ba12af Border Color

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

This div border color is #ba12af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba12af


Comments

No comments written yet.

Please login to write comment.