Color Hex Logo

#ba56a4 Color Hex

#BA56A4
(186,86,164)
0 Favorites   0 Comments

Color spaces of #ba56a4

RGB 18686164
HSL0.870.420.53
HSV313°54°73°
CMYK 0.000.540.12   0.27
XYZ30.278319.775037.3431
Yxy19.77500.34640.2263
Hunter Lab44.469143.7169-18.6607
CIE-Lab51.581950.1808-23.4748

#ba56a4 color RGB value is (186,86,164).

#ba56a4 hex color red value is 186, green value is 86 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ba56a4 hue: 0.87 , saturation: 0.42 and the lightness value of ba56a4 is 0.53.

The process color (four color CMYK) of #ba56a4 color hex is 0.00, 0.54, 0.12, 0.27. Web safe color of #ba56a4 is #cc6699. Color #ba56a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 10100100
Octal 272 126 244
Decimal 186 86 164
Hex BA 56 A4

RGB Percentages of Color #ba56a4

%42.66
%19.72
%37.61

CMYK Percentages of Color #ba56a4

%0
%54
%12
%27

Triadic Colors of #ba56a4

#ba56a4 #a4ba56 #56a4ba

Analogous Colors of #ba56a4

#ba56a4 #ba5672 #9e56ba

Monochromatic Colors of #ba56a4

#ba56a4

Complementary Color

#ba56a4 #56ba6c

#ba56a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba56a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba56a4 Color CSS Codes

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

#ba56a4 Text Font Color

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

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


#ba56a4 Background Color

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

This div background color is #ba56a4


#ba56a4 Border Color

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

This div border color is #ba56a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba56a4


Comments

No comments written yet.

Please login to write comment.