Color Hex Logo

#ba7daa Color Hex

#BA7DAA
(186,125,170)
0 Favorites   0 Comments

Color spaces of #ba7daa

RGB 186125170
HSL0.880.310.61
HSV316°33°73°
CMYK 0.000.330.09   0.27
XYZ34.839028.008641.6002
Yxy28.00860.33360.2682
Hunter Lab52.923224.8900-9.5586
CIE-Lab59.896530.6918-14.2688

#ba7daa color RGB value is (186,125,170).

#ba7daa hex color red value is 186, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba7daa hue: 0.88 , saturation: 0.31 and the lightness value of ba7daa is 0.61.

The process color (four color CMYK) of #ba7daa color hex is 0.00, 0.33, 0.09, 0.27. Web safe color of #ba7daa is #cc6699. Color #ba7daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 10101010
Octal 272 175 252
Decimal 186 125 170
Hex BA 7D AA

RGB Percentages of Color #ba7daa

%38.67
%25.99
%35.34

CMYK Percentages of Color #ba7daa

%0
%33
%9
%27

Triadic Colors of #ba7daa

#ba7daa #aaba7d #7daaba

Analogous Colors of #ba7daa

#ba7daa #ba7d8c #ac7dba

Monochromatic Colors of #ba7daa

#ba7daa

Complementary Color

#ba7daa #7dba8d

#ba7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7daa Color CSS Codes

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

#ba7daa Text Font Color

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

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


#ba7daa Background Color

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

This div background color is #ba7daa


#ba7daa Border Color

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

This div border color is #ba7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7daa


Comments

No comments written yet.

Please login to write comment.