Color Hex Logo

#ba5a8f Color Hex

#BA5A8F
(186,90,143)
0 Favorites   0 Comments

Color spaces of #ba5a8f

RGB 18690143
HSL0.910.410.54
HSV327°52°73°
CMYK 0.000.520.23   0.27
XYZ28.863819.734628.2745
Yxy19.73460.37550.2567
Hunter Lab44.423638.2371-6.6400
CIE-Lab51.535844.9766-11.1563

#ba5a8f color RGB value is (186,90,143).

#ba5a8f hex color red value is 186, green value is 90 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ba5a8f hue: 0.91 , saturation: 0.41 and the lightness value of ba5a8f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011010 10001111
Octal 272 132 217
Decimal 186 90 143
Hex BA 5A 8F

RGB Percentages of Color #ba5a8f

%44.39
%21.48
%34.13

CMYK Percentages of Color #ba5a8f

%0
%52
%23
%27

Triadic Colors of #ba5a8f

#ba5a8f #8fba5a #5a8fba

Analogous Colors of #ba5a8f

#ba5a8f #ba5a5f #b55aba

Monochromatic Colors of #ba5a8f

#ba5a8f

Complementary Color

#ba5a8f #5aba85

#ba5a8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5a8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5a8f Color CSS Codes

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

#ba5a8f Text Font Color

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

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


#ba5a8f Background Color

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

This div background color is #ba5a8f


#ba5a8f Border Color

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

This div border color is #ba5a8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5a8f


Comments

No comments written yet.

Please login to write comment.