Color Hex Logo

#ba869d Color Hex

#BA869D
(186,134,157)
0 Favorites   0 Comments

Color spaces of #ba869d

RGB 186134157
HSL0.930.270.63
HSV333°28°73°
CMYK 0.000.280.16   0.27
XYZ34.860629.923635.8368
Yxy29.92360.34650.2974
Hunter Lab54.702518.0245-0.5505
CIE-Lab61.588223.4738-4.3142

#ba869d color RGB value is (186,134,157).

#ba869d hex color red value is 186, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ba869d hue: 0.93 , saturation: 0.27 and the lightness value of ba869d is 0.63.

The process color (four color CMYK) of #ba869d color hex is 0.00, 0.28, 0.16, 0.27. Web safe color of #ba869d is #cc9999. Color #ba869d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 10011101
Octal 272 206 235
Decimal 186 134 157
Hex BA 86 9D

RGB Percentages of Color #ba869d

%38.99
%28.09
%32.91

CMYK Percentages of Color #ba869d

%0
%28
%16
%27

Triadic Colors of #ba869d

#ba869d #9dba86 #869dba

Analogous Colors of #ba869d

#ba869d #ba8986 #ba86b7

Monochromatic Colors of #ba869d

#ba869d

Complementary Color

#ba869d #86baa3

#ba869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba869d Color CSS Codes

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

#ba869d Text Font Color

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

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


#ba869d Background Color

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

This div background color is #ba869d


#ba869d Border Color

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

This div border color is #ba869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba869d


Comments

No comments written yet.

Please login to write comment.