Color Hex Logo

#ba809a Color Hex

#BA809A
(186,128,154)
1 Favorites   0 Comments

Color spaces of #ba809a

RGB 186128154
HSL0.930.300.62
HSV333°31°73°
CMYK 0.000.310.17   0.27
XYZ33.801628.210534.2355
Yxy28.21050.35120.2931
Hunter Lab53.113620.6491-1.0372
CIE-Lab60.078426.3201-4.8292

#ba809a color RGB value is (186,128,154).

#ba809a hex color red value is 186, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba809a hue: 0.93 , saturation: 0.30 and the lightness value of ba809a is 0.62.

The process color (four color CMYK) of #ba809a color hex is 0.00, 0.31, 0.17, 0.27. Web safe color of #ba809a is #cc9999. Color #ba809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 10011010
Octal 272 200 232
Decimal 186 128 154
Hex BA 80 9A

RGB Percentages of Color #ba809a

%39.74
%27.35
%32.91

CMYK Percentages of Color #ba809a

%0
%31
%17
%27

Triadic Colors of #ba809a

#ba809a #9aba80 #809aba

Analogous Colors of #ba809a

#ba809a #ba8380 #ba80b7

Monochromatic Colors of #ba809a

#ba809a

Complementary Color

#ba809a #80baa0

#ba809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba809a Color CSS Codes

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

#ba809a Text Font Color

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

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


#ba809a Background Color

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

This div background color is #ba809a


#ba809a Border Color

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

This div border color is #ba809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba809a

#ba809a Color Palettes


Comments

No comments written yet.

Please login to write comment.