Color Hex Logo

#ba8faf Color Hex

#BA8FAF
(186,143,175)
0 Favorites   0 Comments

Color spaces of #ba8faf

RGB 186143175
HSL0.880.240.65
HSV315°23°73°
CMYK 0.000.230.06   0.27
XYZ37.810033.179244.9689
Yxy33.17920.32610.2861
Hunter Lab57.601416.3664-5.9662
CIE-Lab64.305721.5820-10.4827

#ba8faf color RGB value is (186,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 10101111
Octal 272 217 257
Decimal 186 143 175
Hex BA 8F AF

RGB Percentages of Color #ba8faf

%36.90
%28.37
%34.72

CMYK Percentages of Color #ba8faf

%0
%23
%6
%27

Triadic Colors of #ba8faf

#ba8faf #afba8f #8fafba

Analogous Colors of #ba8faf

#ba8faf #ba8f9a #b08fba

Monochromatic Colors of #ba8faf

#ba8faf

Complementary Color

#ba8faf #8fba9a

#ba8faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8faf Color CSS Codes

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

#ba8faf Text Font Color

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

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


#ba8faf Background Color

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

This div background color is #ba8faf


#ba8faf Border Color

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

This div border color is #ba8faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,143,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 #ba8faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8faf


Comments

No comments written yet.

Please login to write comment.