Color Hex Logo

#ba517f Color Hex

#BA517F
(186,81,127)
0 Favorites   0 Comments

Color spaces of #ba517f

RGB 18681127
HSL0.930.430.52
HSV334°56°73°
CMYK 0.000.560.32   0.27
XYZ27.022917.856322.1010
Yxy17.85630.40340.2666
Hunter Lab42.256740.2004-1.4300
CIE-Lab49.321347.2193-4.9156

#ba517f color RGB value is (186,81,127).

#ba517f hex color red value is 186, green value is 81 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ba517f hue: 0.93 , saturation: 0.43 and the lightness value of ba517f is 0.52.

The process color (four color CMYK) of #ba517f color hex is 0.00, 0.56, 0.32, 0.27. Web safe color of #ba517f is #cc6666. Color #ba517f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 01111111
Octal 272 121 177
Decimal 186 81 127
Hex BA 51 7F

RGB Percentages of Color #ba517f

%47.21
%20.56
%32.23

CMYK Percentages of Color #ba517f

%0
%56
%32
%27

Triadic Colors of #ba517f

#ba517f #7fba51 #517fba

Analogous Colors of #ba517f

#ba517f #ba5851 #ba51b4

Monochromatic Colors of #ba517f

#ba517f

Complementary Color

#ba517f #51ba8c

#ba517f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba517f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba517f Color CSS Codes

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

#ba517f Text Font Color

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

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


#ba517f Background Color

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

This div background color is #ba517f


#ba517f Border Color

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

This div border color is #ba517f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba517f


Comments

No comments written yet.

Please login to write comment.