Color Hex Logo

#ba8aad Color Hex

#BA8AAD
(186,138,173)
0 Favorites   0 Comments

Color spaces of #ba8aad

RGB 186138173
HSL0.880.260.64
HSV316°26°73°
CMYK 0.000.260.07   0.27
XYZ36.881031.633243.6971
Yxy31.63320.32870.2819
Hunter Lab56.243418.6235-6.6937
CIE-Lab63.038624.0073-11.2500

#ba8aad color RGB value is (186,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 10101101
Octal 272 212 255
Decimal 186 138 173
Hex BA 8A AD

RGB Percentages of Color #ba8aad

%37.42
%27.77
%34.81

CMYK Percentages of Color #ba8aad

%0
%26
%7
%27

Triadic Colors of #ba8aad

#ba8aad #adba8a #8aadba

Analogous Colors of #ba8aad

#ba8aad #ba8a95 #af8aba

Monochromatic Colors of #ba8aad

#ba8aad

Complementary Color

#ba8aad #8aba97

#ba8aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8aad Color CSS Codes

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

#ba8aad Text Font Color

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

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


#ba8aad Background Color

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

This div background color is #ba8aad


#ba8aad Border Color

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

This div border color is #ba8aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8aad


Comments

No comments written yet.

Please login to write comment.