Color Hex Logo

#ba527a Color Hex

#BA527A
(186,82,122)
0 Favorites   0 Comments

Color spaces of #ba527a

RGB 18682122
HSL0.940.430.53
HSV337°56°73°
CMYK 0.000.560.34   0.27
XYZ26.779817.878820.4519
Yxy17.87880.41130.2746
Hunter Lab42.283339.05570.9205
CIE-Lab49.348846.1122-1.8690

#ba527a color RGB value is (186,82,122).

#ba527a hex color red value is 186, green value is 82 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba527a hue: 0.94 , saturation: 0.43 and the lightness value of ba527a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 01111010
Octal 272 122 172
Decimal 186 82 122
Hex BA 52 7A

RGB Percentages of Color #ba527a

%47.69
%21.03
%31.28

CMYK Percentages of Color #ba527a

%0
%56
%34
%27

Triadic Colors of #ba527a

#ba527a #7aba52 #527aba

Analogous Colors of #ba527a

#ba527a #ba5e52 #ba52ae

Monochromatic Colors of #ba527a

#ba527a

Complementary Color

#ba527a #52ba92

#ba527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba527a Color CSS Codes

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

#ba527a Text Font Color

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

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


#ba527a Background Color

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

This div background color is #ba527a


#ba527a Border Color

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

This div border color is #ba527a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba527a


Comments

No comments written yet.

Please login to write comment.