Color Hex Logo

#ba768b Color Hex

#BA768B
(186,118,139)
0 Favorites   0 Comments

Color spaces of #ba768b

RGB 186118139
HSL0.950.330.60
HSV341°37°73°
CMYK 0.000.370.25   0.27
XYZ31.388325.260127.6474
Yxy25.26010.37240.2997
Hunter Lab50.259423.52382.5665
CIE-Lab57.328029.5360-0.2194

#ba768b color RGB value is (186,118,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10001011
Octal 272 166 213
Decimal 186 118 139
Hex BA 76 8B

RGB Percentages of Color #ba768b

%41.99
%26.64
%31.38

CMYK Percentages of Color #ba768b

%0
%37
%25
%27

Triadic Colors of #ba768b

#ba768b #8bba76 #768bba

Analogous Colors of #ba768b

#ba768b #ba8376 #ba76ad

Monochromatic Colors of #ba768b

#ba768b

Complementary Color

#ba768b #76baa5

#ba768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba768b Color CSS Codes

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

#ba768b Text Font Color

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

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


#ba768b Background Color

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

This div background color is #ba768b


#ba768b Border Color

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

This div border color is #ba768b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba768b


Comments

No comments written yet.

Please login to write comment.