Color Hex Logo

#ba758b Color Hex

#BA758B
(186,117,139)
0 Favorites   0 Comments

Color spaces of #ba758b

RGB 186117139
HSL0.950.330.59
HSV341°37°73°
CMYK 0.000.370.25   0.27
XYZ31.271225.025827.6084
Yxy25.02580.37270.2983
Hunter Lab50.025824.03552.2969
CIE-Lab57.100630.0859-0.5519

#ba758b color RGB value is (186,117,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 10001011
Octal 272 165 213
Decimal 186 117 139
Hex BA 75 8B

RGB Percentages of Color #ba758b

%42.08
%26.47
%31.45

CMYK Percentages of Color #ba758b

%0
%37
%25
%27

Triadic Colors of #ba758b

#ba758b #8bba75 #758bba

Analogous Colors of #ba758b

#ba758b #ba8275 #ba75ae

Monochromatic Colors of #ba758b

#ba758b

Complementary Color

#ba758b #75baa4

#ba758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba758b Color CSS Codes

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

#ba758b Text Font Color

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

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


#ba758b Background Color

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

This div background color is #ba758b


#ba758b Border Color

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

This div border color is #ba758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba758b


Comments

No comments written yet.

Please login to write comment.