Color Hex Logo

#ba818d Color Hex

#BA818D
(186,129,141)
0 Favorites   0 Comments

Color spaces of #ba818d

RGB 186129141
HSL0.960.290.62
HSV347°31°73°
CMYK 0.000.310.24   0.27
XYZ32.907728.062728.8815
Yxy28.06270.36620.3123
Hunter Lab52.974218.17964.7571
CIE-Lab59.945323.74312.4363

#ba818d color RGB value is (186,129,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 10001101
Octal 272 201 215
Decimal 186 129 141
Hex BA 81 8D

RGB Percentages of Color #ba818d

%40.79
%28.29
%30.92

CMYK Percentages of Color #ba818d

%0
%31
%24
%27

Triadic Colors of #ba818d

#ba818d #8dba81 #818dba

Analogous Colors of #ba818d

#ba818d #ba9281 #ba81aa

Monochromatic Colors of #ba818d

#ba818d

Complementary Color

#ba818d #81baae

#ba818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba818d Color CSS Codes

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

#ba818d Text Font Color

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

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


#ba818d Background Color

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

This div background color is #ba818d


#ba818d Border Color

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

This div border color is #ba818d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba818d


Comments

No comments written yet.

Please login to write comment.