Color Hex Logo

#ba8eab Color Hex

#BA8EAB
(186,142,171)
0 Favorites   0 Comments

Color spaces of #ba8eab

RGB 186142171
HSL0.890.240.64
HSV320°24°73°
CMYK 0.000.240.08   0.27
XYZ37.273432.725442.8802
Yxy32.72540.33020.2899
Hunter Lab57.206116.1933-4.3979
CIE-Lab63.937921.4195-8.7742

#ba8eab color RGB value is (186,142,171).

#ba8eab hex color red value is 186, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba8eab hue: 0.89 , saturation: 0.24 and the lightness value of ba8eab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001110 10101011
Octal 272 216 253
Decimal 186 142 171
Hex BA 8E AB

RGB Percentages of Color #ba8eab

%37.27
%28.46
%34.27

CMYK Percentages of Color #ba8eab

%0
%24
%8
%27

Triadic Colors of #ba8eab

#ba8eab #abba8e #8eabba

Analogous Colors of #ba8eab

#ba8eab #ba8e95 #b38eba

Monochromatic Colors of #ba8eab

#ba8eab

Complementary Color

#ba8eab #8eba9d

#ba8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8eab Color CSS Codes

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

#ba8eab Text Font Color

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

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


#ba8eab Background Color

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

This div background color is #ba8eab


#ba8eab Border Color

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

This div border color is #ba8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8eab


Comments

No comments written yet.

Please login to write comment.