Color Hex Logo

#ba817a Color Hex

#BA817A
(186,129,122)
0 Favorites   0 Comments

Color spaces of #ba817a

RGB 186129122
HSL0.020.320.60
HSV34°73°
CMYK 0.000.310.34   0.27
XYZ31.612827.544822.0628
Yxy27.54480.38920.3391
Hunter Lab52.483115.672611.8139
CIE-Lab59.475221.102512.6589

#ba817a color RGB value is (186,129,122).

#ba817a hex color red value is 186, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba817a hue: 0.02 , saturation: 0.32 and the lightness value of ba817a is 0.60.

The process color (four color CMYK) of #ba817a color hex is 0.00, 0.31, 0.34, 0.27. Web safe color of #ba817a is #cc9966. Color #ba817a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 01111010
Octal 272 201 172
Decimal 186 129 122
Hex BA 81 7A

RGB Percentages of Color #ba817a

%42.56
%29.52
%27.92

CMYK Percentages of Color #ba817a

%0
%31
%34
%27

Triadic Colors of #ba817a

#ba817a #7aba81 #817aba

Analogous Colors of #ba817a

#ba817a #baa17a #ba7a93

Monochromatic Colors of #ba817a

#ba817a

Complementary Color

#ba817a #7ab3ba

#ba817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba817a Color CSS Codes

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

#ba817a Text Font Color

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

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


#ba817a Background Color

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

This div background color is #ba817a


#ba817a Border Color

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

This div border color is #ba817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba817a


Comments

No comments written yet.

Please login to write comment.