Color Hex Logo

#ba72ad Color Hex

#BA72AD
(186,114,173)
0 Favorites   0 Comments

Color spaces of #ba72ad

RGB 186114173
HSL0.860.340.59
HSV311°39°73°
CMYK 0.000.390.07   0.27
XYZ33.809825.490942.6734
Yxy25.49090.33160.2500
Hunter Lab50.488531.1782-14.7705
CIE-Lab57.550637.2444-19.5508

#ba72ad color RGB value is (186,114,173).

#ba72ad hex color red value is 186, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba72ad hue: 0.86 , saturation: 0.34 and the lightness value of ba72ad is 0.59.

The process color (four color CMYK) of #ba72ad color hex is 0.00, 0.39, 0.07, 0.27. Web safe color of #ba72ad is #cc6699. Color #ba72ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 10101101
Octal 272 162 255
Decimal 186 114 173
Hex BA 72 AD

RGB Percentages of Color #ba72ad

%39.32
%24.10
%36.58

CMYK Percentages of Color #ba72ad

%0
%39
%7
%27

Triadic Colors of #ba72ad

#ba72ad #adba72 #72adba

Analogous Colors of #ba72ad

#ba72ad #ba7289 #a372ba

Monochromatic Colors of #ba72ad

#ba72ad

Complementary Color

#ba72ad #72ba7f

#ba72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba72ad Color CSS Codes

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

#ba72ad Text Font Color

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

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


#ba72ad Background Color

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

This div background color is #ba72ad


#ba72ad Border Color

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

This div border color is #ba72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba72ad


Comments

No comments written yet.

Please login to write comment.