Color Hex Logo

#ba758c Color Hex

#BA758C
(186,117,140)
0 Favorites   0 Comments

Color spaces of #ba758c

RGB 186117140
HSL0.940.330.59
HSV340°37°73°
CMYK 0.000.370.25   0.27
XYZ31.344625.055127.9950
Yxy25.05510.37140.2969
Hunter Lab50.055124.18071.8786
CIE-Lab57.129130.2329-1.0909

#ba758c color RGB value is (186,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 10001100
Octal 272 165 214
Decimal 186 117 140
Hex BA 75 8C

RGB Percentages of Color #ba758c

%41.99
%26.41
%31.60

CMYK Percentages of Color #ba758c

%0
%37
%25
%27

Triadic Colors of #ba758c

#ba758c #8cba75 #758cba

Analogous Colors of #ba758c

#ba758c #ba8175 #ba75af

Monochromatic Colors of #ba758c

#ba758c

Complementary Color

#ba758c #75baa3

#ba758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba758c Color CSS Codes

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

#ba758c Text Font Color

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

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


#ba758c Background Color

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

This div background color is #ba758c


#ba758c Border Color

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

This div border color is #ba758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba758c


Comments

No comments written yet.

Please login to write comment.