Color Hex Logo

#ba525c Color Hex

#BA525C
(186,82,92)
0 Favorites   0 Comments

Color spaces of #ba525c

RGB 1868292
HSL0.980.430.53
HSV354°56°73°
CMYK 0.000.560.51   0.27
XYZ25.198817.246412.1260
Yxy17.24640.46180.3160
Hunter Lab41.528835.634711.7580
CIE-Lab48.569042.891415.1021

#ba525c color RGB value is (186,82,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 01011100
Octal 272 122 134
Decimal 186 82 92
Hex BA 52 5C

RGB Percentages of Color #ba525c

%51.67
%22.78
%25.56

CMYK Percentages of Color #ba525c

%0
%56
%51
%27

Triadic Colors of #ba525c

#ba525c #5cba52 #525cba

Analogous Colors of #ba525c

#ba525c #ba7c52 #ba5290

Monochromatic Colors of #ba525c

#ba525c

Complementary Color

#ba525c #52bab0

#ba525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba525c Color CSS Codes

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

#ba525c Text Font Color

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

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


#ba525c Background Color

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

This div background color is #ba525c


#ba525c Border Color

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

This div border color is #ba525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba525c


Comments

No comments written yet.

Please login to write comment.