Color Hex Logo

#ba8eae Color Hex

#BA8EAE
(186,142,174)
0 Favorites   0 Comments

Color spaces of #ba8eae

RGB 186142174
HSL0.880.240.64
HSV316°24°73°
CMYK 0.000.240.06   0.27
XYZ37.562732.841144.4036
Yxy32.84110.32720.2861
Hunter Lab57.307216.7126-5.8250
CIE-Lab64.032021.9583-10.3279

#ba8eae color RGB value is (186,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001110 10101110
Octal 272 216 256
Decimal 186 142 174
Hex BA 8E AE

RGB Percentages of Color #ba8eae

%37.05
%28.29
%34.66

CMYK Percentages of Color #ba8eae

%0
%24
%6
%27

Triadic Colors of #ba8eae

#ba8eae #aeba8e #8eaeba

Analogous Colors of #ba8eae

#ba8eae #ba8e98 #b08eba

Monochromatic Colors of #ba8eae

#ba8eae

Complementary Color

#ba8eae #8eba9a

#ba8eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8eae Color CSS Codes

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

#ba8eae Text Font Color

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

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


#ba8eae Background Color

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

This div background color is #ba8eae


#ba8eae Border Color

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

This div border color is #ba8eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8eae


Comments

No comments written yet.

Please login to write comment.