Color Hex Logo

#ba69aa Color Hex

#BA69AA
(186,105,170)
0 Favorites   0 Comments

Color spaces of #ba69aa

RGB 186105170
HSL0.870.370.57
HSV312°44°73°
CMYK 0.000.440.09   0.27
XYZ32.557023.444540.8395
Yxy23.44450.33620.2421
Hunter Lab48.419535.2882-16.1146
CIE-Lab55.527341.5348-20.9119

#ba69aa color RGB value is (186,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10101010
Octal 272 151 252
Decimal 186 105 170
Hex BA 69 AA

RGB Percentages of Color #ba69aa

%40.35
%22.78
%36.88

CMYK Percentages of Color #ba69aa

%0
%44
%9
%27

Triadic Colors of #ba69aa

#ba69aa #aaba69 #69aaba

Analogous Colors of #ba69aa

#ba69aa #ba6982 #a269ba

Monochromatic Colors of #ba69aa

#ba69aa

Complementary Color

#ba69aa #69ba79

#ba69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba69aa Color CSS Codes

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

#ba69aa Text Font Color

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

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


#ba69aa Background Color

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

This div background color is #ba69aa


#ba69aa Border Color

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

This div border color is #ba69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba69aa


Comments

No comments written yet.

Please login to write comment.