Color Hex Logo

#ba86ad Color Hex

#BA86AD
(186,134,173)
0 Favorites   0 Comments

Color spaces of #ba86ad

RGB 186134173
HSL0.880.270.63
HSV315°28°73°
CMYK 0.000.280.07   0.27
XYZ36.317630.506443.5093
Yxy30.50640.32920.2765
Hunter Lab55.232620.7137-8.0427
CIE-Lab62.088726.2349-12.6760

#ba86ad color RGB value is (186,134,173).

#ba86ad hex color red value is 186, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba86ad hue: 0.88 , saturation: 0.27 and the lightness value of ba86ad is 0.63.

The process color (four color CMYK) of #ba86ad color hex is 0.00, 0.28, 0.07, 0.27. Web safe color of #ba86ad is #cc9999. Color #ba86ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 10101101
Octal 272 206 255
Decimal 186 134 173
Hex BA 86 AD

RGB Percentages of Color #ba86ad

%37.73
%27.18
%35.09

CMYK Percentages of Color #ba86ad

%0
%28
%7
%27

Triadic Colors of #ba86ad

#ba86ad #adba86 #86adba

Analogous Colors of #ba86ad

#ba86ad #ba8693 #ad86ba

Monochromatic Colors of #ba86ad

#ba86ad

Complementary Color

#ba86ad #86ba93

#ba86ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba86ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba86ad Color CSS Codes

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

#ba86ad Text Font Color

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

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


#ba86ad Background Color

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

This div background color is #ba86ad


#ba86ad Border Color

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

This div border color is #ba86ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba86ad


Comments

No comments written yet.

Please login to write comment.