Color Hex Logo

#ba819a Color Hex

#BA819A
(186,129,154)
0 Favorites   0 Comments

Color spaces of #ba819a

RGB 186129154
HSL0.930.290.62
HSV334°31°73°
CMYK 0.000.310.17   0.27
XYZ33.932728.472734.2792
Yxy28.47270.35100.2945
Hunter Lab53.359820.1325-0.7370
CIE-Lab60.313425.7646-4.4819

#ba819a color RGB value is (186,129,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 10011010
Octal 272 201 232
Decimal 186 129 154
Hex BA 81 9A

RGB Percentages of Color #ba819a

%39.66
%27.51
%32.84

CMYK Percentages of Color #ba819a

%0
%31
%17
%27

Triadic Colors of #ba819a

#ba819a #9aba81 #819aba

Analogous Colors of #ba819a

#ba819a #ba8581 #ba81b7

Monochromatic Colors of #ba819a

#ba819a

Complementary Color

#ba819a #81baa1

#ba819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba819a Color CSS Codes

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

#ba819a Text Font Color

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

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


#ba819a Background Color

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

This div background color is #ba819a


#ba819a Border Color

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

This div border color is #ba819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba819a


Comments

No comments written yet.

Please login to write comment.