Color Hex Logo

#ba89af Color Hex

#BA89AF
(186,137,175)
0 Favorites   0 Comments

Color spaces of #ba89af

RGB 186137175
HSL0.870.260.63
HSV313°26°73°
CMYK 0.000.260.06   0.27
XYZ36.933231.425644.6766
Yxy31.42560.32670.2780
Hunter Lab56.058519.4992-8.0110
CIE-Lab62.865324.9262-12.6429

#ba89af color RGB value is (186,137,175).

#ba89af hex color red value is 186, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba89af hue: 0.87 , saturation: 0.26 and the lightness value of ba89af is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 10101111
Octal 272 211 257
Decimal 186 137 175
Hex BA 89 AF

RGB Percentages of Color #ba89af

%37.35
%27.51
%35.14

CMYK Percentages of Color #ba89af

%0
%26
%6
%27

Triadic Colors of #ba89af

#ba89af #afba89 #89afba

Analogous Colors of #ba89af

#ba89af #ba8997 #ad89ba

Monochromatic Colors of #ba89af

#ba89af

Complementary Color

#ba89af #89ba94

#ba89af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba89af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba89af Color CSS Codes

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

#ba89af Text Font Color

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

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


#ba89af Background Color

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

This div background color is #ba89af


#ba89af Border Color

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

This div border color is #ba89af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,137,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba89af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba89af


Comments

No comments written yet.

Please login to write comment.