Color Hex Logo

#ba768f Color Hex

#BA768F
(186,118,143)
0 Favorites   0 Comments

Color spaces of #ba768f

RGB 186118143
HSL0.940.330.60
HSV338°37°73°
CMYK 0.000.370.23   0.27
XYZ31.686125.379129.2152
Yxy25.37910.36720.2941
Hunter Lab50.377724.11040.8807
CIE-Lab57.442930.1300-2.3712

#ba768f color RGB value is (186,118,143).

#ba768f hex color red value is 186, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ba768f hue: 0.94 , saturation: 0.33 and the lightness value of ba768f is 0.60.

The process color (four color CMYK) of #ba768f color hex is 0.00, 0.37, 0.23, 0.27. Web safe color of #ba768f is #cc6699. Color #ba768f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10001111
Octal 272 166 217
Decimal 186 118 143
Hex BA 76 8F

RGB Percentages of Color #ba768f

%41.61
%26.40
%31.99

CMYK Percentages of Color #ba768f

%0
%37
%23
%27

Triadic Colors of #ba768f

#ba768f #8fba76 #768fba

Analogous Colors of #ba768f

#ba768f #ba7f76 #ba76b1

Monochromatic Colors of #ba768f

#ba768f

Complementary Color

#ba768f #76baa1

#ba768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba768f Color CSS Codes

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

#ba768f Text Font Color

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

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


#ba768f Background Color

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

This div background color is #ba768f


#ba768f Border Color

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

This div border color is #ba768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba768f

#ba768f Color Palettes


Comments

No comments written yet.

Please login to write comment.