Color Hex Logo

#ba69ad Color Hex

#BA69AD
(186,105,173)
0 Favorites   0 Comments

Color spaces of #ba69ad

RGB 186105173
HSL0.860.370.57
HSV310°44°73°
CMYK 0.000.440.07   0.27
XYZ32.844123.559442.3515
Yxy23.55940.33260.2386
Hunter Lab48.538035.8436-17.7564
CIE-Lab55.643942.0573-22.4693

#ba69ad color RGB value is (186,105,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10101101
Octal 272 151 255
Decimal 186 105 173
Hex BA 69 AD

RGB Percentages of Color #ba69ad

%40.09
%22.63
%37.28

CMYK Percentages of Color #ba69ad

%0
%44
%7
%27

Triadic Colors of #ba69ad

#ba69ad #adba69 #69adba

Analogous Colors of #ba69ad

#ba69ad #ba6985 #9f69ba

Monochromatic Colors of #ba69ad

#ba69ad

Complementary Color

#ba69ad #69ba76

#ba69ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba69ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba69ad Color CSS Codes

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

#ba69ad Text Font Color

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

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


#ba69ad Background Color

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

This div background color is #ba69ad


#ba69ad Border Color

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

This div border color is #ba69ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba69ad


Comments

No comments written yet.

Please login to write comment.