Color Hex Logo

#ba8baf Color Hex

#BA8BAF
(186,139,175)
0 Favorites   0 Comments

Color spaces of #ba8baf

RGB 186139175
HSL0.870.250.64
HSV314°25°73°
CMYK 0.000.250.06   0.27
XYZ37.220231.999544.7722
Yxy31.99950.32650.2807
Hunter Lab56.568118.4537-7.3288
CIE-Lab63.342523.8120-11.9261

#ba8baf color RGB value is (186,139,175).

#ba8baf hex color red value is 186, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba8baf hue: 0.87 , saturation: 0.25 and the lightness value of ba8baf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001011 10101111
Octal 272 213 257
Decimal 186 139 175
Hex BA 8B AF

RGB Percentages of Color #ba8baf

%37.20
%27.80
%35.00

CMYK Percentages of Color #ba8baf

%0
%25
%6
%27

Triadic Colors of #ba8baf

#ba8baf #afba8b #8bafba

Analogous Colors of #ba8baf

#ba8baf #ba8b98 #ae8bba

Monochromatic Colors of #ba8baf

#ba8baf

Complementary Color

#ba8baf #8bba96

#ba8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8baf Color CSS Codes

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

#ba8baf Text Font Color

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

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


#ba8baf Background Color

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

This div background color is #ba8baf


#ba8baf Border Color

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

This div border color is #ba8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8baf


Comments

No comments written yet.

Please login to write comment.