Color Hex Logo

#ba75aa Color Hex

#BA75AA
(186,117,170)
0 Favorites   0 Comments

Color spaces of #ba75aa

RGB 186117170
HSL0.870.330.59
HSV314°37°73°
CMYK 0.000.370.09   0.27
XYZ33.866726.064041.2761
Yxy26.06400.33460.2575
Hunter Lab51.052929.0680-12.1987
CIE-Lab58.097735.0848-16.9922

#ba75aa color RGB value is (186,117,170).

#ba75aa hex color red value is 186, green value is 117 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba75aa hue: 0.87 , saturation: 0.33 and the lightness value of ba75aa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 10101010
Octal 272 165 252
Decimal 186 117 170
Hex BA 75 AA

RGB Percentages of Color #ba75aa

%39.32
%24.74
%35.94

CMYK Percentages of Color #ba75aa

%0
%37
%9
%27

Triadic Colors of #ba75aa

#ba75aa #aaba75 #75aaba

Analogous Colors of #ba75aa

#ba75aa #ba7588 #a875ba

Monochromatic Colors of #ba75aa

#ba75aa

Complementary Color

#ba75aa #75ba85

#ba75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba75aa Color CSS Codes

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

#ba75aa Text Font Color

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

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


#ba75aa Background Color

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

This div background color is #ba75aa


#ba75aa Border Color

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

This div border color is #ba75aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba75aa


Comments

No comments written yet.

Please login to write comment.